diff options
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py index a3b9d10a4..4daa58671 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -25,6 +25,8 @@ import os.path from os.path import abspath from os.path import dirname from os.path import join +from os.path import exists +from os import name as platform import sys from sys import exit import threading |