'make pep8' is now clean

This commit is contained in:
Michael DeHaan
2013-02-17 19:48:02 -05:00
parent 9cf66f4376
commit 8097fd18a2
11 changed files with 53 additions and 51 deletions

View File

@@ -116,7 +116,7 @@ def load_mongocnf():
config = ConfigParser.RawConfigParser()
mongocnf = os.path.expanduser('~/.mongodb.cnf')
if not os.path.exists(mongocnf):
return False
return False
try:
config.readfp(open(mongocnf))