aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wmi-client/pyinclude.patch
blob: 2826157f017609018cf9e9ea53508a3240cfe205 (plain)
1
2
3
4
5
6
7
8
9
10
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))