diff tests/objects.py @ 11:ff272dcd5cd8

we have a passing test
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 27 May 2011 07:02:27 -0700
parents
children eb81d6943f2e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/objects.py	Fri May 27 07:02:27 2011 -0700
@@ -0,0 +1,6 @@
+"""
+test objects
+"""
+
+def stringsort(*strings):
+    return ''.join(sorted(''.join(strings)))