summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2010-06-27 22:28:33 +0200
committerGravatar Jeix <devnull@localhost> 2010-06-27 22:28:33 +0200
commit1e65bf3bf739f52ab5d62934453729baf429d4bf (patch)
treeadafb4063530e12f02b9be5f73191a3def44df01
parentfixed #115 (diff)
downloadpyload-1e65bf3bf739f52ab5d62934453729baf429d4bf.tar.xz
CLI import fix
-rwxr-xr-xpyLoadCli.py2
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