fix for python2.5

This commit is contained in:
Romain Bignon 2011-05-10 16:26:26 +02:00
commit c9ddbec134

View file

@ -18,6 +18,8 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from __future__ import with_statement
from dateutil import tz
from logging import warning
from time import time, sleep