summaryrefslogtreecommitdiff
path: root/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch')
-rw-r--r--net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch b/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
deleted file mode 100644
index 0713a029c37f..000000000000
--- a/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/pytvshows.bug 2014-06-19 18:49:42.414928250 +0100
-+++ b/pytvshows 2014-06-19 18:49:50.534957323 +0100
-@@ -255,7 +255,7 @@
- self.show_type = 'seasonepisode'
- elif date_match:
- self.show_type = 'date'
-- elif titlematch and titlematch.group(1) != 'n/a':
-+ elif title_match and title_match.group(1) != 'n/a':
- self.show_type = 'time'
- else:
- print >> warn, "Could not determine show type for %s." % self