mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +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 requests
|
||||
from time import gmtime, time, localtime, strftime, strptime
|
||||
import _strptime # Workaround for http://bugs.python.org/issue7980
|
||||
from calendar import timegm
|
||||
import webbrowser
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user