Fix error Undefined variable name 'referenced' in __all__

This commit is contained in:
Sam Manzi 2016-04-28 11:45:43 +10:00
parent d40ce7f050
commit b21eb6f693
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

@ -20,7 +20,7 @@
#
# gen/proxy/__init__.py
__all__ = [ "filter", "living", "private", "proxybase", "referenced" ]
__all__ = [ "filter", "living", "private", "proxybase", "referencedbyselection" ]
from .filter import FilterProxyDb
from .living import LivingProxyDb