src/eric7/eric7_configure.py

branch
eric7
changeset 10439
21c28b0f9e41
parent 10303
ee1aadab1215
child 10683
779cda568acb
equal deleted inserted replaced
10438:4cd7e5a8b3cf 10439:21c28b0f9e41
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2006 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2006 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 eric Configure. 8 eric Configure.
9 9
27 from eric7.UI.Info import Version 27 from eric7.UI.Info import Version
28 28
29 # 1. create the argument parser 29 # 1. create the argument parser
30 parser = argparse.ArgumentParser( 30 parser = argparse.ArgumentParser(
31 description="Graphical configuration editor for the eric tool suite.", 31 description="Graphical configuration editor for the eric tool suite.",
32 epilog="Copyright (c) 2006 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>.", 32 epilog="Copyright (c) 2006 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>.",
33 ) 33 )
34 34
35 # 2. add the arguments 35 # 2. add the arguments
36 parser.add_argument( 36 parser.add_argument(
37 "-V", 37 "-V",

eric ide

mercurial