From a45c4492b5a394c2fbcb49351e37bad7778ec51d Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 16 Aug 2007 15:43:43 -0700 Subject: [PATCH] misc/get-version.py: get the version string from the new location, _version.py --- misc/get-version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/get-version.py b/misc/get-version.py index 9281a9df..39c81c82 100644 --- a/misc/get-version.py +++ b/misc/get-version.py @@ -19,7 +19,7 @@ the version available in the code image when you do: import os.path, re def get_version(): - VERSIONFILE = "src/allmydata/version.py" + VERSIONFILE = "src/allmydata/_version.py" verstr = "unknown" if os.path.exists(VERSIONFILE): VSRE = re.compile("^verstr = ['\"]([^'\"]*)['\"]", re.M) -- 2.45.2