Fix error Undefined variable name 'referenced' in __all__
This commit is contained in:
parent
d40ce7f050
commit
b21eb6f693
@ -20,7 +20,7 @@
|
|||||||
#
|
#
|
||||||
# gen/proxy/__init__.py
|
# gen/proxy/__init__.py
|
||||||
|
|
||||||
__all__ = [ "filter", "living", "private", "proxybase", "referenced" ]
|
__all__ = [ "filter", "living", "private", "proxybase", "referencedbyselection" ]
|
||||||
|
|
||||||
from .filter import FilterProxyDb
|
from .filter import FilterProxyDb
|
||||||
from .living import LivingProxyDb
|
from .living import LivingProxyDb
|
||||||
|
Loading…
Reference in New Issue
Block a user