File tree Expand file tree Collapse file tree
is-unicode-supported/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import re
1+ import re , sys
22from pathlib import Path
33from types import SimpleNamespace as sn
44
55from lib import toml
6+
7+ sys .path .insert (0 , str (Path (__file__ ).parent .parent / 'src' )) # to force use local mod
68from get_min_py .cli .lib import data , log
79
810paths = sn (root = Path (__file__ ).parent .parent )
Original file line number Diff line number Diff line change 22import shutil , sys
33from types import SimpleNamespace as sn
44
5+ sys .path .insert (0 , str (Path (__file__ ).parent .parent / 'src' )) # to force use local mod
56from get_min_py .cli .lib import data , log
67
78def main ():
Original file line number Diff line number Diff line change 1- import re
1+ import re , sys
22from pathlib import Path
33from types import SimpleNamespace as sn
44
55from lib import toml
6+
7+ sys .path .insert (0 , str (Path (__file__ ).parent .parent / 'src' )) # to force use local mod
68from is_unicode_supported .cli .lib import data , log
79
810paths = sn (root = Path (__file__ ).parent .parent )
Original file line number Diff line number Diff line change 22import shutil , sys
33from types import SimpleNamespace as sn
44
5+ sys .path .insert (0 , str (Path (__file__ ).parent .parent / 'src' )) # to force use local mod
56from is_unicode_supported .cli .lib import data , log
67
78def main ():
Original file line number Diff line number Diff line change 1- import re
1+ import re , sys
22from pathlib import Path
33from types import SimpleNamespace as sn
44
55from lib import toml
6+
7+ sys .path .insert (0 , str (Path (__file__ ).parent .parent / 'src' )) # to force use local mod
68from remove_json_keys .cli .lib import data , log
79
810paths = sn (root = Path (__file__ ).parent .parent )
Original file line number Diff line number Diff line change 22import shutil , sys
33from types import SimpleNamespace as sn
44
5+ sys .path .insert (0 , str (Path (__file__ ).parent .parent / 'src' )) # to force use local mod
56from remove_json_keys .cli .lib import data , log
67
78def main ():
Original file line number Diff line number Diff line change 1- import re
1+ import re , sys
22from pathlib import Path
33from types import SimpleNamespace as sn
44
55from lib import toml
6+
7+ sys .path .insert (0 , str (Path (__file__ ).parent .parent / 'src' )) # to force use local mod
68from translate_messages .cli .lib import data , log
79
810paths = sn (root = Path (__file__ ).parent .parent )
Original file line number Diff line number Diff line change 22import shutil , sys
33from types import SimpleNamespace as sn
44
5+ sys .path .insert (0 , str (Path (__file__ ).parent .parent / 'src' )) # to force use local mod
56from translate_messages .cli .lib import data , log
67
78def main ():
You can’t perform that action at this time.
0 commit comments