Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Jul 6, 2014
1 parent 5ff7e83 commit 74a6405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changes/packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from path import path
import sh

from changes import config, shell, probe, util, venv, verification
from changes import config, shell, util, venv, verification

log = logging.getLogger(__name__)

Expand All @@ -25,7 +25,7 @@ def install():
log.info('Successfully installed %s sdist', module_name)
if verification.run_test_command():
log.info('Successfully ran test command: %s',
config.arguments['--test-command'])
config.arguments['--test-command'])
except Exception, e:
raise Exception('Error installing %s sdist', module_name, e)

Expand Down
2 changes: 0 additions & 2 deletions changes/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ def mktmpdir():
yield tmp_dir
finally:
path(tmp_dir).rmtree(path(tmp_dir))


0 comments on commit 74a6405

Please sign in to comment.