branch | stable |
changeset 4195 | 86dcaf6bb92f |
parent 3689 | deb13e88e037 |
child 4204 | 60256056bda6 |
child 4212 | ab6573088b4a |
--- a/server/sources/__init__.py Tue Dec 22 20:06:24 2009 +0100 +++ b/server/sources/__init__.py Tue Dec 22 21:02:37 2009 +0100 @@ -104,7 +104,7 @@ """method called to create a backup of source's data""" pass - def restore(self, backupfile): + def restore(self, backupfile, confirm, drop): """method called to restore a backup of source's data""" pass