- Timestamp:
- Mar 14, 2011, 7:02:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r8867 r8948 35 35 36 36 37 NODE_DIR = os.path.dirname(__file__) + '/../nodes' 37 if os.environ.has_key('CONFIGROOT'): 38 NODE_DIR = os.environ['CONFIGROOT'] 39 else: 40 NODE_DIR = os.path.dirname(__file__) + '/../nodes' 38 41 __version__ = '$Id$' 39 42
Note:
See TracChangeset
for help on using the changeset viewer.