remove monthrange import tls-sprint
authorKatia Saurfelt <katia.saurfelt@logilab.fr>
Thu, 30 Apr 2009 15:39:02 +0200
branchtls-sprint
changeset 1616 b081fe3d5945
parent 1607 9747a0aa753c
child 1619 e4845b54a704
child 1625 744f0cc8758f
remove monthrange import
utils.py
--- a/utils.py	Thu Apr 30 14:58:49 2009 +0200
+++ b/utils.py	Thu Apr 30 15:39:02 2009 +0200
@@ -8,7 +8,6 @@
 
 import locale
 from md5 import md5
-from calendar import monthrange
 from datetime import datetime, timedelta, date
 from time import time
 from random import randint, seed