summaryrefslogtreecommitdiff
path: root/cmdtest
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-01-01 18:53:46 +0000
committerLars Wirzenius <liw@liw.fi>2012-01-01 18:53:46 +0000
commit936208c22ac20af87743732184a84beaa37418d1 (patch)
treed8df2a0827c323cba56e66294fd7853883168b8d /cmdtest
parent5bee7461a12d6cdc493632ac44154d12e43db120 (diff)
downloadcmdtest-936208c22ac20af87743732184a84beaa37418d1.tar.gz
use only the __version__ in cmdtestlib.py
Diffstat (limited to 'cmdtest')
-rwxr-xr-xcmdtest5
1 files changed, 1 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
-__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()