fix for python2.5
This commit is contained in:
parent
adeb9b274d
commit
c9ddbec134
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue