Little fix for the uninstall script. maintenance

Fri, 20 Jan 2017 18:46:09 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 20 Jan 2017 18:46:09 +0100
branch
maintenance
changeset 5434
26e03dfb240d
parent 5432
8dded0af006d
child 5438
5971091376ef

Little fix for the uninstall script.
(grafted from e1c50b88fc43daa6419d40564a9c4f6849b3a037)

uninstall.py file | annotate | diff | comparison | revisions
--- a/uninstall.py	Thu Jan 19 19:51:36 2017 +0100
+++ b/uninstall.py	Fri Jan 20 18:46:09 2017 +0100
@@ -31,6 +31,7 @@
 
 # Define the globals.
 progName = None
+currDir = os.getcwd()
 pyModDir = None
 progLanguages = ["Python", "Ruby", "QSS"]
 includePythonVariant = False

eric ide

mercurial