aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pydora/player.py2
-rw-r--r--pydora/utils.py2
2 files changed, 0 insertions, 4 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
diff --git a/pydora/utils.py b/pydora/utils.py
index af353b3..ca40095 100644
--- a/pydora/utils.py
+++ b/pydora/utils.py
@@ -1,5 +1,3 @@
1from __future__ import print_function
2
3import os 1import os
4import sys 2import sys
5import getpass 3import getpass