summaryrefslogtreecommitdiff
path: root/distix
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-21 16:59:43 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-21 16:59:43 +0100
commitfd7c894a881eca4acdedcf45664b27b8e9b30a49 (patch)
tree52f71765a819ac510b5bc5de387f10d761ea912d /distix
parent85f0c905c98b8411ed1b5da269c1c7aa04d6dab9 (diff)
downloaddistix-fd7c894a881eca4acdedcf45664b27b8e9b30a49.tar.gz
Use one location for version info
Diffstat (limited to 'distix')
-rwxr-xr-xdistix2
1 files changed, 1 insertions, 1 deletions
diff --git a/distix b/distix
index b124a58..71a4d93 100755
--- a/distix
+++ b/distix
@@ -19,4 +19,4 @@
import distixlib
-distixlib.Distix().run()
+distixlib.Distix(version=distixlib.version_string).run()