From 7c38823009f75e476ff01ab7c59dabb44cbba04a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 11 Sep 2011 18:57:14 +0100 Subject: Fix references to cmdtest the module to be to cmdtestlib. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c0fd7c3..749e6fe 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ import os import shutil import subprocess -import cmdtest +import cmdtestlib class CleanMore(clean): @@ -52,7 +52,7 @@ class Check(Command): setup(name='cmdtest', - version=cmdtest.__version__, + version=cmdtestlib.__version__, description='blackbox testing of Unix command line tools', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1