From 6355693a021ce9473196b685cc9f8c2cbb0899a8 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 12 May 2011 10:54:06 +0000 Subject: libxcb mesa xcb-proto git update 12 May 2011 --- libxcb/src/c_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libxcb/src') 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: -- cgit v1.2.3