Skip to content

Commit

Permalink
pytool: Version 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Apr 12, 2019
1 parent 451e682 commit 1cee449
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
"""
__version__ = '3.14.2'
__version__ = '3.15.0'


from pytool import (
Expand Down
1 change: 0 additions & 1 deletion pytool/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,3 @@ def wrapper(*args, **kwargs):
sys.stderr.flush()
sys.exit(1)
return wrapper

2 changes: 1 addition & 1 deletion test/test_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import mock

import pytool
from .util import eq_, raises, SkipTest
from .util import eq_, SkipTest


class TestCommand(pytool.cmd.Command):
Expand Down

0 comments on commit 1cee449

Please sign in to comment.