ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/TransMassTwo/python/__init__.py
Revision: 1.1
Committed: Thu Sep 2 17:23:09 2010 UTC (14 years, 8 months ago) by mrenna
Content type: text/x-python
Branch: MAIN
CVS Tags: v_1_0_0, HEAD
Log Message:
first check-in

File Contents

# User Rev Content
1 mrenna 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+'/UserCode/TransMassTwo')