Doing a better job of managing the lifetime of my objects
[gc-dialer] / src / util / misc.py
index f6287e7..c0a70a9 100644 (file)
@@ -16,6 +16,11 @@ import warnings
 import string
 
 
+class AnyData(object):
+
+       pass
+
+
 _indentationLevel = [0]