aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/__init__.py
diff options
context:
space:
mode:
authorGravatar Christopher Rosell <chrippa@tanuki.se>2012-03-21 16:31:41 +0100
committerGravatar Christopher Rosell <chrippa@tanuki.se>2012-03-21 16:31:41 +0100
commit1f413ed99ca82fc35e004b627654e3e41b8704a2 (patch)
treee62091114f52d4842e7d6062007aaa471dc92778 /src/livestreamer/__init__.py
parent0f3765749001279fe232914bfa852650c4fd1162 (diff)
Move CLI related constant to cli.py.
Diffstat (limited to 'src/livestreamer/__init__.py')
-rw-r--r--src/livestreamer/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/livestreamer/__init__.py b/src/livestreamer/__init__.py
index 255b5b4..7b5a628 100644
--- a/src/livestreamer/__init__.py
+++ b/src/livestreamer/__init__.py
@@ -1,10 +1,6 @@
from livestreamer import plugins
from livestreamer.compat import urlparse
-import os.path
-
-RCFILE = os.path.expanduser("~/.livestreamerrc")
-
def resolve_url(url):
parsed = urlparse(url)