creeper-adventure/.venv/etc/pyflyby/canonical.py
2022-03-31 20:20:07 -05:00

10 lines
270 B
Python

# To make tidy-imports automatically transform imports, create a dictionary
# like this:
# __canonical_imports__ = {
# "oldmodule.oldname": "newmodule.newname"
# }
#
# You can write this in any *.py file in your $PYFLYBY_PATH,
# e.g. ~/.pyflyby/canonical.py.