utils.py
changeset 4510 8dc44329f5c8
parent 4478 442fd69ff13b
parent 4501 71ba2d0f34f2
child 4511 270a75f6e33f
--- a/utils.py	Mon Feb 08 21:22:10 2010 +0100
+++ b/utils.py	Mon Feb 08 21:27:30 2010 +0100
@@ -1,4 +1,4 @@
-"""Some utilities for CubicWeb server/clients.
+ """Some utilities for CubicWeb server/clients.
 
 :organization: Logilab
 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
@@ -16,13 +16,10 @@
 from md5 import md5
 from time import time
 from random import randint, seed
-import decimal
 
 # initialize random seed from current time
 seed()
 
-
-
 if sys.version_info[:2] < (2, 5):
     def make_uid(key):
         """forge a unique identifier