utils.py
branch3.5
changeset 3155 14e30e2520d7
parent 3146 cfc4344023f2
child 3293 69c0ba095536
child 3316 c4c07aab1c39
--- a/utils.py	Wed Sep 09 18:00:18 2009 +0200
+++ b/utils.py	Wed Sep 09 18:38:25 2009 +0200
@@ -114,7 +114,7 @@
 else:
     from uuid import uuid4
     def make_uid(key):
-        return key + str(uuid4())
+        return str(key) + str(uuid4())
 
 def dump_class(cls, clsname):
     """create copy of a class by creating an empty class inheriting