Skip to content

Commit f920523

Browse files
committed
update
1 parent cc2fe05 commit f920523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/neqsim/process/processTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from jpype.types import JDouble
44
from jpype.types import *
55

6-
from neqsim.neqsimpython import jneqsim
6+
from neqsim import jneqsim
77

88
processoperations = jneqsim.process.processmodel.ProcessSystem()
99
_loop_mode = False

src/neqsim/thermo/thermoTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
import pandas
272272
from jpype.types import *
273273
from neqsim import has_matplotlib, has_tabulate
274-
from neqsim.neqsimpython import jneqsim
274+
from neqsim import jneqsim
275275
from neqsim.standards import ISO6976
276276
import math
277277

0 commit comments

Comments
 (0)