File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'''
22Name: remove-json-keys
3- Version: 2026.2.10.18
3+ Version: 2026.2.10.19
44Author: Adam Lui
55Description: Remove key/value pairs from json_dir/**.json
66Homepage: https://github.com/adamlui/python-utils
1010'''
1111
1212import argparse , os , re
13- import lib . init as init
13+ from lib import init
1414
1515cli = init .cli ()
1616
Original file line number Diff line number Diff line change 11'''
22Name: translate-en-messages
3- Version: 2026.2.10.30
3+ Version: 2026.2.10.31
44Author: Adam Lui
55Description: Translate en/messages.json to other locales
66Homepage: https://github.com/adamlui/python-utils
1010'''
1111
1212import argparse , os , json
13- import lib . init as init
13+ from lib import init
1414from sys import stdout
1515from translate import Translator
1616from urllib .request import urlopen
You can’t perform that action at this time.
0 commit comments