eric5_plugininstall.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 ("", "names of plugins to install") 56 ("", "names of plugins to install")
57 ] 57 ]
58 appinfo = AppInfo.makeAppInfo(sys.argv, 58 appinfo = AppInfo.makeAppInfo(sys.argv,

eric ide

mercurial