aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-04-07 18:14:17 +0300
committerMike Crute <crutem@amazon.com>2019-04-07 10:11:23 -0700
commit5087590bff74bb5bb71c9ae6c51bc6f27646a04b (patch)
tree40a973d57f061a7e80b65eb749751c262b793f67
parent332002809d5ca54cef4dcfd948ebb4e9812d176f (diff)
downloadpydora-5087590bff74bb5bb71c9ae6c51bc6f27646a04b.tar.bz2
pydora-5087590bff74bb5bb71c9ae6c51bc6f27646a04b.tar.xz
pydora-5087590bff74bb5bb71c9ae6c51bc6f27646a04b.zip
The future is now
-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