aboutsummaryrefslogtreecommitdiff
path: root/libxcb/src/c_client.py
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-12 10:54:06 +0000
committermarha <marha@users.sourceforge.net>2011-05-12 10:54:06 +0000
commit6355693a021ce9473196b685cc9f8c2cbb0899a8 (patch)
treed781e4e3e935e9b3b9be7aff2a2952269b33e12a /libxcb/src/c_client.py
parent0f6aea154580c2f220be98d12108dd7d316c21f6 (diff)
downloadvcxsrv-6355693a021ce9473196b685cc9f8c2cbb0899a8.tar.gz
vcxsrv-6355693a021ce9473196b685cc9f8c2cbb0899a8.tar.bz2
vcxsrv-6355693a021ce9473196b685cc9f8c2cbb0899a8.zip
libxcb mesa xcb-proto git update 12 May 2011
Diffstat (limited to 'libxcb/src/c_client.py')
-rw-r--r--libxcb/src/c_client.py2
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: