cleanupSource.py

changeset 3670
f0cb7579c0b4
parent 3613
47e29cc0f29c
child 4021
195a471c327b
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
3 3
4 # Copyright (c) 2014 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2014 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Script for eric5 to clean up the source tree. 8 Script for eric6 to clean up the source tree.
9 """ 9 """
10 10
11 from __future__ import unicode_literals 11 from __future__ import unicode_literals
12 from __future__ import print_function 12 from __future__ import print_function
13 13
68 raise 68 raise
69 except: 69 except:
70 print( 70 print(
71 "\nAn internal error occured. Please report all the output of the" 71 "\nAn internal error occured. Please report all the output of the"
72 " program, \nincluding the following traceback, to" 72 " program, \nincluding the following traceback, to"
73 " eric5-bugs@eric-ide.python-projects.org.\n") 73 " eric-bugs@eric-ide.python-projects.org.\n")
74 raise 74 raise

eric ide

mercurial