summaryrefslogtreecommitdiff
path: root/wrapper.py
AgeCommit message (Expand)Author
2024-03-21git_command: unify soft/hard versions with requirements.jsonMike Frysinger
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2022-12-08wrapper: switch to functools.lru_cacheMike Frysinger
2022-11-28wrapper.py: Replacing load_module() with exec_module()Daniel Kutik
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2019-07-31wrapper: Fix indentation levelDavid Pursehouse
2019-07-31wrapper: replace usage of deprecated imp module for Python 3David Pursehouse
2019-06-13set default file encoding to utf-8Mike Frysinger
2019-06-13wrapper: drop shebangMike Frysinger
2014-01-30Add wrapper moduleConley Owens