mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
Workaround for http://bugs.python.org/issue7980
This commit is contained in:
parent
9628a14028
commit
5790bbc1e2
@ -12,6 +12,7 @@ from os.path import dirname, expanduser, isdir, join
|
|||||||
import re
|
import re
|
||||||
import requests
|
import requests
|
||||||
from time import gmtime, time, localtime, strftime, strptime
|
from time import gmtime, time, localtime, strftime, strptime
|
||||||
|
import _strptime # Workaround for http://bugs.python.org/issue7980
|
||||||
from calendar import timegm
|
from calendar import timegm
|
||||||
import webbrowser
|
import webbrowser
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user