http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/bd63c36bee9e2b616bc197557d3a5957fcdf24f6?style=split
+try: + from include.test_init import repo_root +except ImportError: + from test.include.test_init import repo_root from mmgen.cfg import Config,gc from mmgen.cfg import Config,gc from mmgen.color import red,yellow,green,blue,cyan,gray,nocolor,init_color from mmgen.color import red,yellow,green,blue,cyan,gray,nocolor,init_color @@ -102,7 +90,6 @@ from test.include.common import ( cmdtest_py_log_fn, cmdtest_py_log_fn, cmdtest_py_error_fn, cmdtest_py_error_fn, mk_tmpdir,...