diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-26 15:47:08 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-26 15:47:08 +0200 |
commit | f7b955fa6ddb427d5c96120114cb7a333f8b2fa1 (patch) | |
tree | 5f74b0d3886b8ac24fabf22a2161d08a553b5200 /Core.py | |
parent | introduced logger (diff) | |
download | pyload-f7b955fa6ddb427d5c96120114cb7a333f8b2fa1.tar.xz |
little request fix
Diffstat (limited to 'Core.py')
-rw-r--r-- | Core.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ from string import find, split from os import sep, chdir, mkdir, curdir, name, system, remove from os.path import exists, abspath, dirname, basename from sys import path, exit, stdout -from logging import warning, basicConfig import urllib2 import re from time import sleep, time |