1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-05 18:03:17 +03:00

removed unused imports

This commit is contained in:
A_D 2020-07-19 16:32:26 +02:00 committed by Athanasius
parent 6ba1f77352
commit ba67db3f13

View File

@ -3,7 +3,7 @@ import json
import re import re
import threading import threading
from operator import itemgetter from operator import itemgetter
from os import listdir, SEEK_SET, SEEK_CUR, SEEK_END from os import listdir, SEEK_SET, SEEK_END
from os.path import basename, expanduser, isdir, join from os.path import basename, expanduser, isdir, join
from sys import platform from sys import platform
from time import gmtime, localtime, sleep, strftime, strptime, time from time import gmtime, localtime, sleep, strftime, strptime, time
@ -18,7 +18,6 @@ from companion import ship_file_name
if platform=='darwin': if platform=='darwin':
from AppKit import NSWorkspace from AppKit import NSWorkspace
from Foundation import NSSearchPathForDirectoriesInDomains, NSApplicationSupportDirectory, NSUserDomainMask
from watchdog.observers import Observer from watchdog.observers import Observer
from watchdog.events import FileSystemEventHandler from watchdog.events import FileSystemEventHandler
from fcntl import fcntl from fcntl import fcntl