Skip to content

Made pyclasses be in a pyclass module

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

Fixes #53 (closed) by adding repository roots to the python path rather than the pyclass module. Technically this just makes any modules in the repo accessible.

This is a breaking change, and a change is required to the repository to fix this. Note that any installed mods using the NexusMod class will break due to a change in its path.

Merge request reports