[rhmessaging-commits] rhmessaging commits: r3823 - in mgmt/trunk/parsley: bin and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Jan 27 10:13:55 EST 2010


Author: justi9
Date: 2010-01-27 10:13:55 -0500 (Wed, 27 Jan 2010)
New Revision: 3823

Added:
   mgmt/trunk/parsley/bin/
   mgmt/trunk/parsley/bin/parsley-test
Log:
Add a test for parsley's collectionsex module

Added: mgmt/trunk/parsley/bin/parsley-test
===================================================================
--- mgmt/trunk/parsley/bin/parsley-test	                        (rev 0)
+++ mgmt/trunk/parsley/bin/parsley-test	2010-01-27 15:13:55 UTC (rev 3823)
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+
+from parsley.collectionsex import *
+
+x = defaultdict(list)
+x["a"].append(1)


Property changes on: mgmt/trunk/parsley/bin/parsley-test
___________________________________________________________________
Name: svn:executable
   + *



More information about the rhmessaging-commits mailing list