ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Vuko/V0Analysis/python/__init__.py
Revision: 1.1
Committed: Tue Feb 2 11:31:50 2010 UTC (15 years, 3 months ago) by vuko
Content type: text/x-python
Branch: MAIN
CVS Tags: HEAD
Log Message:
Adding Tracking Analysis

File Contents

# User Rev Content
1 vuko 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+'/Vuko/V0Analysis')