[rhmessaging-commits] rhmessaging commits: r3848 - mgmt/trunk/parsley/python/parsley.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Feb 11 10:22:22 EST 2010


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 *



More information about the rhmessaging-commits mailing list