From 53bbd5a2e0ddda7a5b8724e968700bfa3c6be03a Mon Sep 17 00:00:00 2001 From: rembo10 Date: Sat, 6 Jul 2013 01:13:52 +0530 Subject: [PATCH] Updated CurlyMoo email --- headphones/__init__.py | 2 +- headphones/nzbget.py | 2 +- headphones/searcher.py | 2 +- headphones/webserve.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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