sewkokot / opsvis

OpenSeesPy postprocessing and plotting module
GNU General Public License v3.0
35 stars 21 forks source link

Fix relative imports #45

Closed otaithleigh closed 1 year ago

otaithleigh commented 1 year ago

Closes #30.

Previously, relative imports were being achieved by manipulating the sys.path variable, instead of using actual relative imports. This causes conflicts with other files, such as described in #30.

sewkokot commented 1 year ago

Thank you for the fix, it is now merged.