Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions resources/site-packages/pulsar/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ def run(url_suffix=""):
from pulsar.util import notify
notify("You must restart XBMC before using Pulsar")
return
if PLATFORM["os"] not in ["windows", "linux", "darwin"]:
from pulsar.util import notify
notify("Pulsar is compatible only with Windows, Linux and OS X")
return

socket.setdefaulttimeout(300)
urllib2.install_opener(urllib2.build_opener(NoRedirectHandler()))
Expand Down