ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/RA2/python/__init__.py
Revision: 1.1.1.1 (vendor branch)
Committed: Mon Oct 19 08:24:28 2009 UTC (15 years, 6 months ago) by auterman
Content type: text/x-python
Branch: FinalPlots, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
Log Message:
new project

File Contents

# Content
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')