From 1e65bf3bf739f52ab5d62934453729baf429d4bf Mon Sep 17 00:00:00 2001 From: Jeix Date: Sun, 27 Jun 2010 22:28:33 +0200 Subject: CLI import fix --- pyLoadCli.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3