# HG changeset patch # User Katia Saurfelt # Date 1241098742 -7200 # Node ID b081fe3d5945c06876c419541f9cf3a1efbc065e # Parent 9747a0aa753c7350c80cd787808498f22cfb91a9 remove monthrange import diff -r 9747a0aa753c -r b081fe3d5945 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