Remove unused restore method

This commit is contained in:
Nick Hall 2016-12-07 19:29:53 +00:00
parent 6098ccd468
commit 4e2ab54fb9

View File

@ -68,12 +68,6 @@ class DBAPI(DbGeneric):
} }
return summary return summary
def restore(self):
"""
If you wish to support an optional restore routine, put it here.
"""
pass
def get_python_version(self, directory=None): def get_python_version(self, directory=None):
""" """
Get the version of python that the database was created Get the version of python that the database was created