equal
deleted
inserted
replaced
9 |
9 |
10 :organization: Logilab |
10 :organization: Logilab |
11 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
11 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
12 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
12 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
13 """ |
13 """ |
14 from __future__ import with_statement |
14 #from __future__ import with_statement |
15 |
15 |
16 __docformat__ = "restructuredtext en" |
16 __docformat__ = "restructuredtext en" |
17 |
17 |
18 from warnings import warn |
18 from warnings import warn |
19 from time import timezone |
19 from time import timezone |