X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fc_client.py;h=ef245c561668d9ca2249c7b1b0b04961ae73a6a1;hb=662ad589c5d6f03757ae57a926d3800bfb528b30;hp=3e77e9ef2384924802c81d561c56a7f146be1af3;hpb=294c9f455c3534d836b010dacd2e7aa62a7dde9d;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/c_client.py b/src/c_client.py index 3e77e9e..ef245c5 100644 --- a/src/c_client.py +++ b/src/c_client.py @@ -2290,7 +2290,7 @@ except getopt.GetoptError as err: for (opt, arg) in opts: if opt == '-p': - sys.path.append(arg) + sys.path.insert(1, arg) # Import the module class try: