ocarina: Need to import export code

Otherwise I can't save playlists, since the functions won't be
available.
This commit is contained in:
Bryan Schumaker 2011-05-29 18:23:26 -04:00
parent 071257d77d
commit 63574a17c6
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ def save_button(show):
def save_func():
loc = fsselect.select_save()
if loc != None:
from libsaria.path import export
export.save_playlist(loc)
return make_button(gtk.STOCK_SAVE, save_func, "Save Current Playlist", show)