Update for an Issue #361

This commit is contained in:
stamparm
2013-04-15 14:20:21 +02:00
parent a9a0d1a3f9
commit aed738d6e6
4 changed files with 50 additions and 28 deletions

View File

@@ -18,6 +18,7 @@ class Connector:
"""
def __init__(self):
self.connection = None
self.connector = None
self.cursor = None