ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/RA2/python/__init__.py
Revision: 1.1
Committed: Mon Oct 19 08:24:28 2009 UTC (15 years, 6 months ago) by auterman
Content type: text/x-python
Branch point for: FinalPlots, MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 auterman 1.1 #Automatically created by SCRAM
2     import os
3     localrt=os.getenv('LOCALRT', None)
4     arch=os.getenv('SCRAM_ARCH', None)
5     if localrt != None:
6     __path__.append(localrt+'/cfipython/'+arch+'/RA2/FinalPlots')