Created
April 17, 2011 15:44
-
-
Save shadeslayer/924148 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shadeslayer@saphira ~/amazing-horse ±amarok⚡ » python2.7 | |
Python 2.7.1+ (r271:86832, Mar 24 2011, 00:37:39) | |
[GCC 4.5.2] on linux2 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> from players import amarok | |
>>> print player.status() | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
NameError: name 'player' is not defined | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment