init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
20
.venv/lib/python3.8/site-packages/pyflyby/importdb.py
Normal file
20
.venv/lib/python3.8/site-packages/pyflyby/importdb.py
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# pyflyby/importdb.py.
|
||||
# Copyright (C) 2011, 2012, 2013, 2014 Karl Chen.
|
||||
# License: MIT http://opensource.org/licenses/MIT
|
||||
|
||||
# Deprecated stub for backwards compatibility.
|
||||
|
||||
from __future__ import (absolute_import, division, print_function,
|
||||
with_statement)
|
||||
|
||||
from pyflyby._importdb import ImportDB
|
||||
|
||||
|
||||
def global_known_imports():
|
||||
# Deprecated stub for backwards compatibility.
|
||||
return ImportDB.get_default(".").known_imports
|
||||
|
||||
|
||||
def global_mandatory_imports():
|
||||
# Deprecated stub for backwards compatibility.
|
||||
return ImportDB.get_default(".").mandatory_imports
|
||||
Loading…
Add table
Add a link
Reference in a new issue