source: trunk/environments/g4py/tests/test00/test.py

Last change on this file was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

  • Property svn:executable set to *
File size: 270 bytes
Line 
1#!/usr/bin/python
2# ==================================================================
3# python script for Geant4Py test
4#
5#
6# ==================================================================
7import test00
8
9print "importing created module...\n"
10
11print test00.greet()
12
Note: See TracBrowser for help on using the repository browser.