aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-11-07 16:05:20 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-07 17:35:45 +0100
commit1b15dc848f312005258c5a9bf762448acf5d9f8b (patch)
treeb2ed0852fab058a5184151d4dec79587c5df35e6 /gbp/config.py
parent962a9937d5cf912bdbbb0f8ee14e80197a75fd5c (diff)
Move gbp/version.py generation into setup.py
This allows us to build on non Debian systems with setup.py only.
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index d0c8716e..241fa1b8 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -21,7 +21,7 @@ from ConfigParser import SafeConfigParser
from copy import copy
import os.path
try:
- from gbp.gbp_version import gbp_version
+ from gbp.version import gbp_version
except ImportError:
gbp_version = "[Unknown version]"
import gbp.tristate