From dc7cd25dbe8841664edfdb26a8e5fe135cdbc498 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Apr 2016 21:56:42 +0300 Subject: Use yarnlib.__version__ in yarn --- yarn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yarn b/yarn index 935640c..046c45d 100755 --- a/yarn +++ b/yarn @@ -29,7 +29,6 @@ import tempfile import time import ttystatus -import cmdtestlib import yarnlib @@ -593,4 +592,4 @@ class YarnRunner(cliapp.Application): self.stdout(' %5.1f %s' % (step_duration, step_name)) -YarnRunner(version=cmdtestlib.__version__).run() +YarnRunner(version=yarnlib.__version__).run() -- cgit v1.2.1