merge tls-sprint
authorsylvain.thenault@logilab.fr
Thu, 30 Apr 2009 18:15:08 +0200
branchtls-sprint
changeset 1627 ec241d3a69ea
parent 1624 baf484a182cd (current diff)
parent 1626 399ac5294471 (diff)
child 1628 888871a071d9
child 1663 89efe0e744cf
merge
--- a/utils.py	Thu Apr 30 18:12:04 2009 +0200
+++ b/utils.py	Thu Apr 30 18:15:08 2009 +0200
@@ -11,10 +11,10 @@
 from datetime import datetime, timedelta, date
 from time import time
 from random import randint, seed
+from calendar import monthrange
 
 # initialize random seed from current time
 seed()
-
 try:
     strptime = datetime.strptime
 except AttributeError: # py < 2.5