#4736 Instance.py renames

This commit is contained in:
Gaute Lindkvist
2019-09-19 13:34:34 +02:00
parent 8ff0c05760
commit 9bc2781817
3 changed files with 55 additions and 55 deletions

View File

@@ -2,5 +2,5 @@ import rips
resinsight = rips.Instance.find()
if resinsight is not None:
print(resinsight.versionString())
print("Is this a console run?", resinsight.isConsole())
print(resinsight.version_string())
print("Is this a console run?", resinsight.is_console())