Made cimpy not depending on the cwd anymore. Use relative paths instead
Changing the CWD in cimpy is bad style, not robust and prevents the use of paths as arguments to cim_export()
. This should fix it.
Changing the CWD in cimpy is bad style, not robust and prevents the use of paths as arguments to cim_export()
. This should fix it.