uninstall.py

changeset 3534
325a637dbb14
parent 3515
1b8381afe38f
child 3597
137370f7114b
diff -r c4b36c72184d -r 325a637dbb14 uninstall.py
--- a/uninstall.py	Thu Apr 24 18:57:10 2014 +0200
+++ b/uninstall.py	Fri Apr 25 18:37:47 2014 +0200
@@ -9,6 +9,8 @@
 Uninstallation script for the eric5 IDE and all eric5 related tools.
 """
 
+from __future__ import unicode_literals
+
 import sys
 import os
 import shutil

eric ide

mercurial