aboutsummaryrefslogtreecommitdiff
path: root/pydora/player.py
diff options
context:
space:
mode:
Diffstat (limited to 'pydora/player.py')
-rw-r--r--pydora/player.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pydora/player.py b/pydora/player.py
index 3ff56dd..74b6110 100644
--- a/pydora/player.py
+++ b/pydora/player.py
@@ -6,8 +6,6 @@ This is a very simple Pandora player that streams music from Pandora. It
6requires mpg123 or VLC to function. No songs are downloaded, they are streamed 6requires mpg123 or VLC to function. No songs are downloaded, they are streamed
7directly from Pandora's servers. 7directly from Pandora's servers.
8""" 8"""
9from __future__ import print_function
10
11import os 9import os
12import sys 10import sys
13import logging 11import logging