diff --git a/headphones/__init__.py b/headphones/__init__.py index 42906fe9..965c5e1b 100644 --- a/headphones/__init__.py +++ b/headphones/__init__.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with Headphones. If not, see . -# NZBGet support added by CurlyMo as a part of XBian - XBMC on the Raspberry Pi +# NZBGet support added by CurlyMo as a part of XBian - XBMC on the Raspberry Pi from __future__ import with_statement diff --git a/headphones/nzbget.py b/headphones/nzbget.py index 5176c9f3..710ee549 100644 --- a/headphones/nzbget.py +++ b/headphones/nzbget.py @@ -1,4 +1,4 @@ -# This file is modified to work with headphones by CurlyMo as a part of XBian - XBMC on the Raspberry Pi +# This file is modified to work with headphones by CurlyMo as a part of XBian - XBMC on the Raspberry Pi # Author: Nic Wolfe # URL: http://code.google.com/p/sickbeard/ diff --git a/headphones/searcher.py b/headphones/searcher.py index 5fee7468..761e2494 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with Headphones. If not, see . -# NZBGet support added by CurlyMo as a part of XBian - XBMC on the Raspberry Pi +# NZBGet support added by CurlyMo as a part of XBian - XBMC on the Raspberry Pi import urllib, urllib2, urlparse, httplib import lib.feedparser as feedparser diff --git a/headphones/webserve.py b/headphones/webserve.py index 6d1a0f12..1f8167ab 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with Headphones. If not, see . -# NZBGet support added by CurlyMo as a part of XBian - XBMC on the Raspberry Pi +# NZBGet support added by CurlyMo as a part of XBian - XBMC on the Raspberry Pi import os import cherrypy