libsaria: Remove oldlibrary from startup

Now it is no longer being imported anywhere.  I think I can remove it
now...
This commit is contained in:
Bryan Schumaker 2011-05-25 20:48:32 -04:00
parent 6bc6235e01
commit 46b7f35224
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ def init():
import sources
from path import lastfm
sources.oldlibrary.init_bg()
controls.init()

View File

@ -6,7 +6,6 @@ exists = libsaria.path.exists
expand = libsaria.path.expand
import library
import oldlibrary
import playlist
import queue