Author: justi9
Date: 2010-02-11 10:22:21 -0500 (Thu, 11 Feb 2010)
New Revision: 3848
Modified:
mgmt/trunk/parsley/python/parsley/collectionsex.py
Log:
Add a missing import
Modified: mgmt/trunk/parsley/python/parsley/collectionsex.py
===================================================================
--- mgmt/trunk/parsley/python/parsley/collectionsex.py 2010-02-09 17:17:57 UTC (rev 3847)
+++ mgmt/trunk/parsley/python/parsley/collectionsex.py 2010-02-11 15:22:21 UTC (rev 3848)
@@ -15,3 +15,5 @@
raise
else:
return self.default_factory()
+
+from collections import *
Show replies by date