Commit c394e1e1 by Csók Tamás

deleted the not used urllib import

parent aa01db5b
......@@ -40,7 +40,7 @@ def wall(text):
def accept():
import urllib2, urllib
import urllib2
if not os.path.isfile("%s/%s" % (get_temp_dir(), file_name)):
logger.error("There isn't a request received currently")
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment