summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-03-07 19:48:10 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-03-07 19:48:10 +0000
commit93cbd3e8647462318ab8d54c133e6861d2ab531d (patch)
treea5ab7c3abafc8d281665f2e341ead0972ae42c9d /tools
parent76a1c6f2d0e47c71086fb9e338467fbbde7cca94 (diff)
downloadbcfg2-93cbd3e8647462318ab8d54c133e6861d2ab531d.tar.gz
bcfg2-93cbd3e8647462318ab8d54c133e6861d2ab531d.tar.bz2
bcfg2-93cbd3e8647462318ab8d54c133e6861d2ab531d.zip
try to fix keyword expansion problem
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1797 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'tools')
-rwxr-xr-xtools/groups-to-dot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/groups-to-dot.py b/tools/groups-to-dot.py
index 5145fa4ff..91230c5dd 100755
--- a/tools/groups-to-dot.py
+++ b/tools/groups-to-dot.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
'''This script generates graphviz diagrams using bcfg2 metadata'''
-__revision__ = '$Revision $'
+__revision__ = '$Revision$'
import lxml.etree, sys