Commit 288f6087 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove unused attributes.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1382 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 8f24e058
......@@ -43,7 +43,6 @@ class MySQLDatabaseManager(DatabaseManager):
self.db = kwargs['database']
self.user = kwargs['user']
self.passwd = kwargs.get('password')
self.under_transaction = False
self.conn = None
self.connect()
super(MySQLDatabaseManager, self).__init__(**kwargs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment