Make bundle portable by bundling third party packages we need
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
SCRIPT_PATH = os.path.realpath(__file__)
|
||||
SCRIPT_DIR = os.path.dirname(SCRIPT_PATH)
|
||||
sys.path.append(os.path.join(SCRIPT_DIR, "third_party"))
|
||||
|
||||
import argparse
|
||||
import datetime
|
||||
import foundation
|
||||
|
Reference in New Issue
Block a user