fix missing import

This commit is contained in:
Yann Leboulanger 2007-08-26 07:11:00 +00:00
parent c9a407ca52
commit 09388ddf1a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import socket
import sys
from time import (altzone, daylight, gmtime, localtime, mktime, strftime,
time as time_time, timezone, tzname)
time as time_time, timezone, tzname, strptime)
from calendar import timegm
import socks5