Commit Graph

2 Commits

Author SHA1 Message Date
Bryan Schumaker 41e08fe248 Ocarina: Start through a function call
I was starting Ocarina through "import ocarina" in the launcher.  This
was apparently a bad idea, since the import lock will never be released.
This lock prevents other threads from importing modules, so when I tried
to use urllib2 to download album art the call blocked until after I
closed Ocarina.
2011-05-07 15:54:26 -04:00
Bryan Schumaker e84cbdf42e Generate new ocarina.py
I detect what version of python to use and write ocarina.py based on
that.
2011-05-01 12:04:10 -04:00