adding test files and starting to rework the pool

This commit is contained in:
Jon Haddad
2013-06-03 13:39:40 -07:00
parent 45695a9f69
commit 8597bfac6c
3 changed files with 2 additions and 0 deletions

View File

@@ -122,6 +122,8 @@ class ConnectionPool(object):
def _create_connection(cls):
"""
Creates a new connection for the connection pool.
should only return a valid connection that it's actually connected to
"""
global _hosts
global _username

View File