Skip to content

Commit

Permalink
Remove imports for local use.
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Dec 21, 2016
1 parent 48bba3c commit 89cd90f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions catt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@
import configparser
from threading import Thread

try:
from .controllers import get_stream_info, get_chromecast, CastController, Cache
from .http_server import serve_file
except SystemError:
from controllers import get_stream_info, get_chromecast, CastController, Cache
from http_server import serve_file
from .controllers import get_stream_info, get_chromecast, CastController, Cache
from .http_server import serve_file


def get_local_ip(cc_host):
Expand Down

0 comments on commit 89cd90f

Please sign in to comment.