mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Remove vendored pywin32
This commit is contained in:
parent
a827c8700b
commit
54422992a4
590 changed files with 6 additions and 100762 deletions
|
@ -17,6 +17,12 @@ import libs.util
|
|||
if not libs.autoload.completed:
|
||||
sys.exit('Could not load vendored libraries.')
|
||||
|
||||
try:
|
||||
import win32event
|
||||
except ImportError:
|
||||
if sys.platform == 'win32':
|
||||
sys.ext('Please install pywin32')
|
||||
|
||||
PROGRAM_DIR = libs.util.module_root()
|
||||
|
||||
# init preliminaries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue