1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00
This commit is contained in:
Jonathan Harris 2017-06-30 08:12:55 +01:00
parent 9628a14028
commit 5790bbc1e2

View File

@ -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