2024-05-15 15:35:15 +00:00
|
|
|
diff --git a/uxsim/__init__.py b/uxsim/__init__.py
|
2024-06-05 15:53:02 +00:00
|
|
|
index cf661c5..540e6f8 100644
|
2024-05-15 15:35:15 +00:00
|
|
|
--- a/uxsim/__init__.py
|
|
|
|
+++ b/uxsim/__init__.py
|
2024-06-05 15:53:02 +00:00
|
|
|
@@ -1,3 +1,6 @@
|
2024-05-15 15:35:15 +00:00
|
|
|
+import os
|
2024-06-05 15:53:02 +00:00
|
|
|
+if not os.getenv("QT_PLUGIN_PATH"):
|
2024-05-15 15:35:15 +00:00
|
|
|
+ os.environ["QT_PLUGIN_PATH"] = "$NIX_QT_PLUGIN_PATH"
|
2024-06-05 15:53:02 +00:00
|
|
|
from .uxsim import *
|
|
|
|
from .utils import *
|
|
|
|
from .analyzer import *
|