You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/stp/files/stp-2.3.3-stp.py-library_pa...

16 lines
372 B

index 61aef6d..16633e8 100644
--- a/bindings/python/stp/stp.py.in
+++ b/bindings/python/stp/stp.py.in
@@ -42,7 +42,10 @@ Py3 = sys.version_info >= (3, 0, 0)
if Py3:
long = int
-from library_path import PATHS
+try:
+ from .library_path import PATHS
+except ImportError:
+ from library_path import PATHS
for path in PATHS:
if not os.path.exists(path):