File: TestScript.py

package info (click to toggle)
ovito 0.9.5-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 24,824 kB
  • sloc: cpp: 61,876; ansic: 10,002; xml: 940; python: 523; sh: 43; makefile: 15
file content (8 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
7
8
import sys
sys.path.append(".")

import HelloWorld

obj = HelloWorld.HelloWorldClass()
obj.SayHello()