From c91e159836c027532b8030eb73a7989a401459e3 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 30 Aug 2013 11:50:22 +0200 Subject: [PATCH] remove sys.path from scripts/ctt - not needed anymore Signed-off-by: Nico Schottelius --- scripts/ctt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/ctt b/scripts/ctt index 0819948..612dd4d 100755 --- a/scripts/ctt +++ b/scripts/ctt @@ -103,11 +103,6 @@ def parse_argv(argv, version): if __name__ == "__main__": - # Ensure our /lib/ is included into PYTHON_PATH - sys.path.insert(0, os.path.abspath( - os.path.join(os.path.dirname(os.path.realpath(__file__)), '../lib'))) - - #logging.basicConfig(format='%(levelname)s: %(message)s') logging.basicConfig(format='%(message)s') import ctt