summaryrefslogtreecommitdiffstats
path: root/wrapper.py
Commit message (Expand)AuthorAgeFilesLines
* git_command: unify soft/hard versions with requirements.jsonMike Frysinger2024-03-211-1/+5
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-7/+7
* wrapper: switch to functools.lru_cacheMike Frysinger2022-12-081-11/+8
* wrapper.py: Replacing load_module() with exec_module()Daniel Kutik2022-11-281-7/+7
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+3
* wrapper: Fix indentation levelDavid Pursehouse2019-07-311-4/+4
* wrapper: replace usage of deprecated imp module for Python 3David Pursehouse2019-07-311-2/+7
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+2
* wrapper: drop shebangMike Frysinger2019-06-131-2/+0
* Add wrapper moduleConley Owens2014-01-301-0/+30