install-debugclients.py

branch
debugger speed
changeset 5179
5f56410e7624
parent 5145
95947ce71171
child 5389
9b1c800daff3
--- a/install-debugclients.py	Mon Sep 19 22:47:52 2016 +0200
+++ b/install-debugclients.py	Sat Sep 24 22:52:13 2016 +0200
@@ -307,10 +307,7 @@
 
     if doCompile:
         print("\nCompiling source files ...")
-        if sys.version_info[0] == 3:
-            skipRe = re.compile(r"DebugClients[\\/]Python2[\\/]")
-        else:
-            skipRe = re.compile(r"DebugClients[\\/]Python3[\\/]")
+        skipRe = re.compile(r"DebugClients[\\/]Python[\\/]")
         # Hide compile errors (mainly because of Py2/Py3 differences)
         sys.stdout = io.StringIO()
         if distDir:

eric ide

mercurial