summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcmdtest2
-rw-r--r--cmdtestlib.py3
2 files changed, 1 insertions, 4 deletions
diff --git a/cmdtest b/cmdtest
index bdc37cf..9d3c42e 100755
--- a/cmdtest
+++ b/cmdtest
@@ -236,4 +236,4 @@ class CommandTester(cliapp.Application):
if __name__ == '__main__':
- CommandTester(version=cmdtestlib.__version__).run()
+ CommandTester(version=yarnlib.__version__).run()
diff --git a/cmdtestlib.py b/cmdtestlib.py
index a750044..59bc7c6 100644
--- a/cmdtestlib.py
+++ b/cmdtestlib.py
@@ -14,9 +14,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.22'
-
-
import os