From 936208c22ac20af87743732184a84beaa37418d1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 1 Jan 2012 18:53:46 +0000 Subject: use only the __version__ in cmdtestlib.py --- cmdtest | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cmdtest') diff --git a/cmdtest b/cmdtest index a2a5446..d2c682e 100755 --- a/cmdtest +++ b/cmdtest @@ -15,9 +15,6 @@ # along with this program. If not, see . -__version__ = '0.1' - - import cliapp import glob import logging @@ -205,4 +202,4 @@ class CommandTester(cliapp.Application): if __name__ == '__main__': - CommandTester(version=__version__).run() + CommandTester(version=cmdtestlib.__version__).run() -- cgit v1.2.1