eric5_qregexp.py

changeset 3034
7ce719013078
parent 2965
d133c7edd88a
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
41 41
42 def main(): 42 def main():
43 """ 43 """
44 Main entry point into the application. 44 Main entry point into the application.
45 """ 45 """
46 options = [\ 46 options = [
47 ("--config=configDir", 47 ("--config=configDir",
48 "use the given directory as the one containing the config files"), 48 "use the given directory as the one containing the config files"),
49 ] 49 ]
50 appinfo = AppInfo.makeAppInfo(sys.argv, 50 appinfo = AppInfo.makeAppInfo(sys.argv,
51 "Eric5 QRegExp", 51 "Eric5 QRegExp",

eric ide

mercurial