ocarina/tests/backup.py
Bryan Schumaker 65ccdb1780 Library backup
I can now backup the library to an xml file.  This will be useful for
library updates in the future.  The plan is to eventually backport this
feature to Ocarina 4.1 (To make the 4.1 -> 4.2 transition easier)
2010-11-19 22:51:56 -05:00

11 lines
204 B
Python

# Bryan Schumaker (11/12/2010)
import libsaria
from libsaria import data
from libsaria import collection
from libsaria import backup
library = libsaria.collection.library
library.load()
backup.backup()