Merge remote branch 'hmarr/master'

This commit is contained in:
Florian Schlachter
2010-02-05 00:36:26 +01:00
6 changed files with 16 additions and 10 deletions

View File

@@ -7,7 +7,6 @@ __all__ = ['ConnectionError', 'connect']
_connection_settings = {
'host': 'localhost',
'port': 27017,
'pool_size': 1,
}
_connection = None