diff options
Diffstat (limited to 'testing/wmi-client/pyinclude.patch')
-rw-r--r-- | testing/wmi-client/pyinclude.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/wmi-client/pyinclude.patch b/testing/wmi-client/pyinclude.patch new file mode 100644 index 0000000000..2826157f01 --- /dev/null +++ b/testing/wmi-client/pyinclude.patch @@ -0,0 +1,11 @@ +diff --git a/pyinclude.py b/pyinclude.py +index a7f0222..fdb59fe 100755 +--- a/pyinclude.py ++++ b/pyinclude.py +@@ -14,5 +14,4 @@ + import sys + import os + version = '.'.join(map(str, sys.version_info[:2])) +-print os.path.join(sys.prefix, 'include', 'python' + version) +- ++print(os.path.join(sys.prefix, 'include', 'python' + version)) |