10833:4c8c1e51ffa6 | 10834:6f5cb518cf13 |
---|---|
12 """ | 12 """ |
13 | 13 |
14 import argparse | 14 import argparse |
15 import os | 15 import os |
16 import sys | 16 import sys |
17 | |
18 sys.path.insert( | |
19 1, | |
20 os.path.join(os.path.dirname(__file__), "..", "..", "..", "..", ".."), | |
21 ) | |
22 # five times up is our installation directory | |
23 | 17 |
24 | 18 |
25 def createArgparseNamespace(): | 19 def createArgparseNamespace(): |
26 """ | 20 """ |
27 Function to create an argument parser. | 21 Function to create an argument parser. |