diff options
author | Jeix <devnull@localhost> | 2010-06-27 22:28:33 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-06-27 22:28:33 +0200 |
commit | 1e65bf3bf739f52ab5d62934453729baf429d4bf (patch) | |
tree | adafb4063530e12f02b9be5f73191a3def44df01 /pyLoadCli.py | |
parent | fixed #115 (diff) | |
download | pyload-1e65bf3bf739f52ab5d62934453729baf429d4bf.tar.xz |
CLI import fix
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 |