eric5_qregexp.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
50 50
51 def main(): 51 def main():
52 """ 52 """
53 Main entry point into the application. 53 Main entry point into the application.
54 """ 54 """
55 options = [\ 55 options = [
56 ("--config=configDir", 56 ("--config=configDir",
57 "use the given directory as the one containing the config files"), 57 "use the given directory as the one containing the config files"),
58 ] 58 ]
59 appinfo = AppInfo.makeAppInfo(sys.argv, 59 appinfo = AppInfo.makeAppInfo(sys.argv,
60 "Eric5 QRegExp", 60 "Eric5 QRegExp",

eric ide

mercurial