storage: Fix regression with restoring backups with storage

Regression was introduced in a2d07fef0b9e2ae54f98fb5209b9cb0c5fd6f456 when
backup data import from manifest was inadvertently removed.

Closes: #1636.

Test:

  Create a backup with this patch and 'storage' as one of the selected apps for
  backup. Try to restore the backup without the patch. Observe that it fails.
  Restore the backup with the patch. Observe that it succeeds.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-08-26 13:46:49 -07:00 committed by James Valleroy
parent e0b0b0f532
commit 798e775038
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -30,6 +30,8 @@ from plinth.daemon import Daemon
from plinth.errors import PlinthError
from plinth.utils import format_lazy, import_from_gi
from .manifest import backup # noqa, pylint: disable=unused-import
version = 3
name = _('Storage')