use lambdas so imports dont run, use __qualname__
This commit is contained in:
parent
48865039bf
commit
e79f51c25d
3 changed files with 13 additions and 6 deletions
|
@ -9,6 +9,13 @@ since that allows for easier overriding using namespace packages
|
|||
https://github.com/karlicoss/HPI/issues/102
|
||||
"""
|
||||
|
||||
# For now, including this here, since importing the module
|
||||
# causes .rexport to be imported, which requires rexport
|
||||
REQUIRES = [
|
||||
'git+https://github.com/karlicoss/rexport',
|
||||
]
|
||||
|
||||
|
||||
# TODO: add warning here
|
||||
|
||||
from .rexport import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue