ocarina: Import settings during startup

This gives me a chance to initialize the page and make it available for
callbacks.
This commit is contained in:
Bryan Schumaker 2011-06-18 11:36:28 -04:00
parent eb7a8e03a4
commit f2c3e2d901
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import window
import playlist
import queue
import library
import settings
import callbacks
def run():