Add PYTHONPATH to script environment variables
This commit is contained in:
@@ -25,7 +25,7 @@ import os
|
||||
import sys
|
||||
|
||||
# Ensure lib added to path, before any other imports
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'lib/'))
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib'))
|
||||
|
||||
import argparse
|
||||
import locale
|
||||
|
Reference in New Issue
Block a user