aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/snakeoil/obj.py')
-rw-r--r--src/snakeoil/obj.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/snakeoil/obj.py b/src/snakeoil/obj.py
index a8598bfb..6239b207 100644
--- a/src/snakeoil/obj.py
+++ b/src/snakeoil/obj.py
@@ -73,7 +73,6 @@ If that doesn't make sense to the reader, it's probably best that the reader not
try to proxy builtin objects like tuples, lists, dicts, sets, etc.
"""
-
__all__ = ("DelayedInstantiation", "DelayedInstantiation_kls", "make_kls", "popattr")
from . import klass