bwesterb/py-demandimport
Lazy import python modules for low start-up time. (Taken from mercurial.)
PythonGPL-2.0
Issues
- 3
License trouble (GPL)
#12 opened by mara004 - 0
- 2
- 1
`import a.b as c` isn't imported lazily
#9 opened by lieryan - 1
- 1
Import order seems significant
#7 opened by spacebuoy - 6
Add sip to the default ignore list
#6 opened by anntzer - 0
`import a.b.c` executes `import b.c`
#2 opened by bwesterb - 0
`import a.c` from a module `a.b` is incorrectly interpreted as relative `import c`
#1 opened by bwesterb