Skip to content

Commit 7555e23

Browse files
iris.system.Version.GetVersion()
1 parent 89ec4e3 commit 7555e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dc/sample/ObjectScript.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import iris
3535
from datetime import datetime
3636
a=42
3737
print("Hello World! from",iris.cls('dc.sample.ObjectScript')._ClassName(1),"in Python language")
38-
print("This is InterSystems IRIS with version",iris.cls('%SYSTEM.Version').GetVersion())
38+
print("This is InterSystems IRIS with version",iris.system.Version.GetVersion())
3939
print("Current time is:",datetime.now())
4040
return a
4141
}

0 commit comments

Comments
 (0)