Changeset 2680
- Timestamp:
- 02/12/06 00:31:11 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/ldapstorage.py
r2679 r2680 116 116 TODO : this one is not unique accross several print servers, but should be sufficient for testing. 117 117 """ 118 return md5.md5("%s-%s" % (time.time(), random.random()) .hexdigest()118 return md5.md5("%s-%s" % (time.time(), random.random())).hexdigest() 119 119 120 120 def normalizeFields(self, fields) :