Some final tweaks

Contributes to CURA-5595
This commit is contained in:
Ian Paschal 2018-08-10 16:28:02 +02:00
parent 6d237b09e8
commit 16db297613
4 changed files with 40 additions and 15 deletions

View file

@ -13,6 +13,7 @@ from cura.Backups.BackupsManager import BackupsManager
# api = CuraAPI()
# api.backups.createBackup()
# api.backups.restoreBackup(my_zip_file, {"cura_release": "3.1"})``
class Backups:
manager = BackupsManager() # Re-used instance of the backups manager.