Index: fixes/fix_imports.py =================================================================== --- fixes/fix_imports.py (revision 57359) +++ fixes/fix_imports.py (working copy) @@ -13,7 +13,8 @@ MAPPING = {"StringIO": ("io", ["StringIO"]), "cStringIO": ("io", ["StringIO"]), - "md5": ("hashlib", ["md5"])} + "md5": ("hashlib", ["md5"]), + "Queue": ("queue", ["Empty", "Full", "Queue"])} def alternates(members):