changeset 4204 | 60256056bda6 |
parent 3720 | 5376aaadd16b |
parent 4195 | 86dcaf6bb92f |
child 4252 | 6c4f109c2b03 |
--- a/server/sources/__init__.py Tue Dec 22 19:27:51 2009 +0100 +++ b/server/sources/__init__.py Wed Dec 23 12:20:10 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