eric5_pluginuninstall.py

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

eric ide

mercurial