summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-01 02:30:15 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-01 02:30:15 -0600
commit0731f137a0d6a8e6bb67acf9eb240e4e691c8e10 (patch)
tree5cbf12461bb69e5ced763a970954713f1655d49a
parent4ec7479065bb4be00a795035327c8322b176146a (diff)
downloadmock-0731f137a0d6a8e6bb67acf9eb240e4e691c8e10.tar.gz
mock-0731f137a0d6a8e6bb67acf9eb240e4e691c8e10.tar.xz
mock-0731f137a0d6a8e6bb67acf9eb240e4e691c8e10.zip
add back in comment line that was accidentally dropped in merge.
-rwxr-xr-xpy/mock.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mock.py b/py/mock.py
index 9389d2e..0d0c312 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -30,6 +30,7 @@ import sys
import time
from optparse import OptionParser
+# all of the variables below are substituted by the build system
__VERSION__="unreleased_version"
SYSCONFDIR=os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),"..","etc")
PYTHONDIR=os.path.dirname(os.path.realpath(sys.argv[0]))