source: trunk/examples/advanced/Tiara/source/py_modules/myPI.py @ 807

Last change on this file since 807 was 807, checked in by garnier, 16 years ago

update

File size: 325 bytes
Line 
1# $Id: myPI.py,v 1.1 2004/06/09 15:04:36 daquinog Exp $
2# -------------------------------------------------------------------
3# GEANT4 tag $Name:  $
4# -------------------------------------------------------------------
5#
6import sys
7
8origArgv = sys.argv
9sys.argv = ["","--noGraphics"]
10from PyAida import *
11sys.argv = origArgv
Note: See TracBrowser for help on using the repository browser.