init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
10
.venv/etc/pyflyby/mandatory.py
Normal file
10
.venv/etc/pyflyby/mandatory.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# The following __mandatory_imports__ line makes tidy-imports add the
|
||||
# mentioned imports to all files.
|
||||
# You can also include imports other than __future__ imports.
|
||||
#
|
||||
# You can write this in any *.py file in your $PYFLYBY_PATH,
|
||||
# e.g. ~/.pyflyby/mandatory.py.
|
||||
|
||||
# __mandatory_imports__ = [
|
||||
# 'from __future__ import absolute_import, division',
|
||||
# ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue