Skip to content

Commit 1cee449

Browse files
committed
pytool: Version 3.15.0
1 parent 451e682 commit 1cee449

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pytool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
1616
"""
17-
__version__ = '3.14.2'
17+
__version__ = '3.15.0'
1818

1919

2020
from pytool import (

pytool/cmd.py

-1
Original file line numberDiff line numberDiff line change
@@ -424,4 +424,3 @@ def wrapper(*args, **kwargs):
424424
sys.stderr.flush()
425425
sys.exit(1)
426426
return wrapper
427-

test/test_cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import mock
66

77
import pytool
8-
from .util import eq_, raises, SkipTest
8+
from .util import eq_, SkipTest
99

1010

1111
class TestCommand(pytool.cmd.Command):

0 commit comments

Comments
 (0)