Remove unused restore method
This commit is contained in:
parent
6098ccd468
commit
4e2ab54fb9
@ -68,12 +68,6 @@ class DBAPI(DbGeneric):
|
||||
}
|
||||
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):
|
||||
"""
|
||||
Get the version of python that the database was created
|
||||
|
Loading…
Reference in New Issue
Block a user