.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/lancer/__init__.py
src/lancer/entry.py
src/lancer/utils.py
src/lancer/fixers/__init__.py
src/lancer/fixers/comments.py
src/lancer/fixers/variables.py
src/lancer/resources/lyrics.txt
src/lancer/resources/sounds.txt
src/py_lancer.egg-info/PKG-INFO
src/py_lancer.egg-info/SOURCES.txt
src/py_lancer.egg-info/dependency_links.txt
src/py_lancer.egg-info/entry_points.txt
src/py_lancer.egg-info/not-zip-safe
src/py_lancer.egg-info/requires.txt
src/py_lancer.egg-info/top_level.txt
tests/conftest.py
tests/test_CommentFixer.py
tests/test_VariableFixer.py