diff options
author | marha <marha@users.sourceforge.net> | 2011-05-12 10:54:06 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-12 10:54:06 +0000 |
commit | 6355693a021ce9473196b685cc9f8c2cbb0899a8 (patch) | |
tree | d781e4e3e935e9b3b9be7aff2a2952269b33e12a /libxcb/src | |
parent | 0f6aea154580c2f220be98d12108dd7d316c21f6 (diff) | |
download | vcxsrv-6355693a021ce9473196b685cc9f8c2cbb0899a8.tar.gz vcxsrv-6355693a021ce9473196b685cc9f8c2cbb0899a8.tar.bz2 vcxsrv-6355693a021ce9473196b685cc9f8c2cbb0899a8.zip |
libxcb mesa xcb-proto git update 12 May 2011
Diffstat (limited to 'libxcb/src')
-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: |