src/eric7/eric7_re.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) 2004 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2004 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 eric Re. 8 eric Re.
9 9
30 30
31 # 1. create the argument parser 31 # 1. create the argument parser
32 parser = argparse.ArgumentParser( 32 parser = argparse.ArgumentParser(
33 description="Graphical regexp editor for the Python re module." 33 description="Graphical regexp editor for the Python re module."
34 " It is part of the eric tool suite.", 34 " It is part of the eric tool suite.",
35 epilog="Copyright (c) 2004 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>.", 35 epilog="Copyright (c) 2004 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>.",
36 ) 36 )
37 37
38 # 2. add the arguments 38 # 2. add the arguments
39 parser.add_argument( 39 parser.add_argument(
40 "-V", 40 "-V",

eric ide

mercurial