Commit 8f24e058 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Add missing abstract method declarations.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1381 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent cd196702
......@@ -75,6 +75,12 @@ class DatabaseManager(object):
def _begin(self):
raise NotImplementedError
def _commit(self):
raise NotImplementedError
def _rollback(self):
raise NotImplementedError
def getConfiguration(self, key):
"""
Return a configuration value, returns None if not found or not set
......
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