Show
Ignore:
Timestamp:
02/12/06 00:31:11 (18 years ago)
Author:
jerome
Message:

Typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r2679 r2680  
    116116           TODO : this one is not unique accross several print servers, but should be sufficient for testing. 
    117117        """ 
    118         return md5.md5("%s-%s" % (time.time(), random.random()).hexdigest() 
     118        return md5.md5("%s-%s" % (time.time(), random.random())).hexdigest() 
    119119         
    120120    def normalizeFields(self, fields) :