Skip to content

Implemented pyclasses by adding the pyclass dir in repos to sys.path

Benjamin Winger requested to merge bmwinger/portmod:pyclass into master

Also fixed issues related to mod_nofetch, as we were calling nofetch instead and were not setting the values of A and AA prior to doing so.

Pyclasses should generally be implemented as a single class in a file of similar name, though technically arbitrary python modules could be included in that directory.

Closes #44 (closed)

Merge request reports