src/eric7/eric7_mpy.py

branch
eric7
changeset 10716
11cdcc824469
parent 10683
779cda568acb
child 10926
9ef616cd220d
equal deleted inserted replaced
10715:5e000d8fc96b 10716:11cdcc824469
22 Function to create an argument parser. 22 Function to create an argument parser.
23 23
24 @return created argument parser object 24 @return created argument parser object
25 @rtype argparse.ArgumentParser 25 @rtype argparse.ArgumentParser
26 """ 26 """
27 from eric7.UI.Info import Version 27 from eric7.__version__ 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 tool of the eric tool suite to interact with µPy/CPy" 31 description="Graphical tool of the eric tool suite to interact with µPy/CPy"
32 " devices", 32 " devices",

eric ide

mercurial