diff options
Diffstat (limited to 'libxcb/src/c_client.py')
-rw-r--r-- | libxcb/src/c_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxcb/src/c_client.py b/libxcb/src/c_client.py index 3e77e9ef2..ef245c561 100644 --- a/libxcb/src/c_client.py +++ b/libxcb/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: |