Revision 80cc1aadcc862606c924ed932495972a0996d4d6 authored by Steven Johnson on 03 November 2022, 00:47:44 UTC, committed by Steven Johnson on 03 November 2022, 00:47:44 UTC
TL;DR: our current Python structure requires use of relative paths (not ideal) and a lot of fiddling with PYTHONPATH (extremely not ideal). This restructures things so that PYTHONPATH ~never has to be set, and all imports are via absolute Python package/module specifications, rather than relative. Most of this is just code motion.
1 parent e3bcba2
History
File Mode Size
CMakeLists.txt -rw-r--r-- 1.1 KB

back to top