forked from github/pelican
This commit removes Six as a dependency for Pelican, replacing the relevant aliases with the proper Python 3 imports. It also removes references to Python 2 logic that did not require Six.
17 lines
140 B
Text
17 lines
140 B
Text
*.egg-info
|
|
.*.swp
|
|
.*.swo
|
|
*.pyc
|
|
.DS_Store
|
|
docs/_build
|
|
docs/fr/_build
|
|
build
|
|
dist
|
|
tags
|
|
.tox
|
|
.coverage
|
|
htmlcov
|
|
*.orig
|
|
venv
|
|
samples/output
|
|
*.pem
|