Fix patch derp.

This commit is contained in:
LexManos 2013-04-23 19:47:43 -07:00
parent 5a81b37bcf
commit 74e9b293e1
1 changed files with 1 additions and 6 deletions

View File

@ -268,9 +268,4 @@
+ return
# HINT: We need a table for the old md5 and the new ones
md5table = {}
@@ -1713,4 +1808,4 @@
if reverse:
for type,map in srg.items():
srg[type] = dict([[v,k] for k,v in map.items()])
- return srg+ return srg
md5table = {}