From d21a76a1e4631d9cd2d21e4ef94f4556bad222e9 Mon Sep 17 00:00:00 2001 From: ArsenalNut Date: Fri, 23 Sep 2011 02:07:26 +0000 Subject: [PATCH] added Innistrad to setInfoScript.py --- res/setInfoScript.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/setInfoScript.py b/res/setInfoScript.py index bab923fd783..e53858f8c84 100755 --- a/res/setInfoScript.py +++ b/res/setInfoScript.py @@ -145,6 +145,9 @@ def initSets(): allSets['Mirrodin Besieged'] = 'MBS' allSets['New Phyrexia'] = 'NPH' + # Innistrad + allSets['Innistrad']='ISD' + def addSets(card): html = getURL('http://magiccards.info/query?q=!'+card.name) start = html.find('
Editions:
')