Skip to content

Commit

Permalink
Removed unused imports and trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 12, 2011
1 parent 1134ca2 commit 128f15c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pip/baseparser.py
Expand Up @@ -71,7 +71,7 @@ def update_defaults(self, defaults):
sys.exit(3)
defaults[option.dest] = val
return defaults

def normalize_keys(self, items):
"""Return a config dictionary with normalized keys regardless of
whether the keys were specified in environment variables or in config
Expand Down
2 changes: 1 addition & 1 deletion tests/test_basic.py
Expand Up @@ -7,7 +7,7 @@

from nose import SkipTest
from nose.tools import assert_raises
from mock import Mock, patch
from mock import patch

from pip.util import rmtree, find_command
from pip.exceptions import BadCommand
Expand Down
2 changes: 1 addition & 1 deletion tests/test_config.py
Expand Up @@ -36,7 +36,7 @@ def test_command_line_options_override_env_vars():
def test_env_vars_override_config_file():
"""
Test that environmental variables override settings in config files.
"""
fd, config_file = tempfile.mkstemp('-pip.cfg', 'test-')
try:
Expand Down

0 comments on commit 128f15c

Please sign in to comment.