eric6/eric6_pluginuninstall.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
3 3
4 # Copyright (c) 2007 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2007 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 Plugin Uninstaller. 8 erice Plugin Uninstaller.
9 9
10 This is the main Python script to uninstall eric6 plugins from outside of the 10 This is the main Python script to uninstall eric plugins from outside of the
11 IDE. 11 IDE.
12 """ 12 """
13 13
14 import sys 14 import sys
15 import os 15 import os
59 "use the given directory as the one containing the config files"), 59 "use the given directory as the one containing the config files"),
60 ("--settings=settingsDir", 60 ("--settings=settingsDir",
61 "use the given directory to store the settings files"), 61 "use the given directory to store the settings files"),
62 ] 62 ]
63 appinfo = AppInfo.makeAppInfo(sys.argv, 63 appinfo = AppInfo.makeAppInfo(sys.argv,
64 "Eric6 Plugin Uninstaller", 64 "eric Plugin Uninstaller",
65 "", 65 "",
66 "Plugin uninstallation utility for eric6", 66 "Plugin uninstallation utility for eric",
67 options) 67 options)
68 res = Startup.simpleAppStartup(sys.argv, 68 res = Startup.simpleAppStartup(sys.argv,
69 appinfo, 69 appinfo,
70 createMainWidget) 70 createMainWidget)
71 sys.exit(res) 71 sys.exit(res)

eric ide

mercurial