ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
devildog
/
SWonAnalysis3
/
Thesis
/
python
/
__init__.py
Revision:
1.1
Committed:
Thu Apr 7 02:03:25 2011 UTC
(14 years, 1 month ago) by
devildog
Content type:
text/x-python
Branch:
MAIN
CVS Tags:
HEAD
Error occurred while calculating annotation data.
Log Message:
*** empty log message ***
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+'/SWonAnalysis/Thesis')