Remove unused variable

This commit is contained in:
Amaury Forgeot d'Arc 2011-08-31 00:43:55 +02:00
parent 2d243494c6
commit 7ec192878a
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ class MimeTypes:
yield ctype yield ctype
i += 1 i += 1
default_encoding = sys.getdefaultencoding()
with _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT, with _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT,
r'MIME\Database\Content Type') as mimedb: r'MIME\Database\Content Type') as mimedb:
for ctype in enum_types(mimedb): for ctype in enum_types(mimedb):