fix missing import
This commit is contained in:
parent
c9a407ca52
commit
09388ddf1a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import socket
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from time import (altzone, daylight, gmtime, localtime, mktime, strftime,
|
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
|
from calendar import timegm
|
||||||
|
|
||||||
import socks5
|
import socks5
|
||||||
|
|
Loading…
Add table
Reference in a new issue