bjarneo / Pytify

A CLI application for controlling Spotify
MIT License
743 stars 40 forks source link

Remote unnecessary dbus import from cli.py #5

Closed adam410 closed 9 years ago

adam410 commented 9 years ago

Since dbus seems to be a linux-only package, this was causing cli.py to blow up on Mac OS X, and the import was unused in the cli.py file anyway.

bjarneo commented 9 years ago

That's true. Seems that I have forgotten to remove the import. Will fix

edit: didn't see you did a pull request from my github app on android. Woa.