Debian Automated Code Analysis

pyflakes analysis of python-parted_3.6-2_i386.deb

./usr/share/pyshared/parted/device.py:29: 'diskType' imported but unused
./usr/share/pyshared/parted/__init__.py:35: 'AlignmentException' imported but unused
./usr/share/pyshared/parted/__init__.py:36: 'CreateException' imported but unused
./usr/share/pyshared/parted/__init__.py:37: 'ConstraintException' imported but unused
./usr/share/pyshared/parted/__init__.py:38: 'DeviceException' imported but unused
./usr/share/pyshared/parted/__init__.py:39: 'DiskException' imported but unused
./usr/share/pyshared/parted/__init__.py:40: 'DiskLabelException' imported but unused
./usr/share/pyshared/parted/__init__.py:41: 'FileSystemException' imported but unused
./usr/share/pyshared/parted/__init__.py:42: 'GeometryException' imported but unused
./usr/share/pyshared/parted/__init__.py:43: 'IOException' imported but unused
./usr/share/pyshared/parted/__init__.py:44: 'NotNeededException' imported but unused
./usr/share/pyshared/parted/__init__.py:45: 'PartedException' imported but unused
./usr/share/pyshared/parted/__init__.py:46: 'PartitionException' imported but unused
./usr/share/pyshared/parted/__init__.py:47: 'TimerException' imported but unused
./usr/share/pyshared/parted/__init__.py:48: 'UnknownDeviceException' imported but unused
./usr/share/pyshared/parted/__init__.py:49: 'UnknownTypeException' imported but unused
./usr/share/pyshared/parted/__init__.py:51: 'Alignment' imported but unused
./usr/share/pyshared/parted/__init__.py:52: 'Constraint' imported but unused
./usr/share/pyshared/parted/__init__.py:56: 'diskFlag' imported but unused
./usr/share/pyshared/parted/__init__.py:57: 'FileSystem' imported but unused
./usr/share/pyshared/parted/__init__.py:59: 'Geometry' imported but unused
./usr/share/pyshared/parted/__init__.py:60: 'Partition' imported but unused
./usr/share/pyshared/parted/__init__.py:61: 'partitionFlag' imported but unused
./usr/share/pyshared/parted/__init__.py:64: 'UNIT_SECTOR' imported but unused
./usr/share/pyshared/parted/__init__.py:65: 'UNIT_BYTE' imported but unused
./usr/share/pyshared/parted/__init__.py:66: 'UNIT_KILOBYTE' imported but unused
./usr/share/pyshared/parted/__init__.py:67: 'UNIT_MEGABYTE' imported but unused
./usr/share/pyshared/parted/__init__.py:68: 'UNIT_GIGABYTE' imported but unused
./usr/share/pyshared/parted/__init__.py:69: 'UNIT_TERABYTE' imported but unused
./usr/share/pyshared/parted/__init__.py:70: 'UNIT_COMPACT' imported but unused
./usr/share/pyshared/parted/__init__.py:71: 'UNIT_CYLINDER' imported but unused
./usr/share/pyshared/parted/__init__.py:72: 'UNIT_CHS' imported but unused
./usr/share/pyshared/parted/__init__.py:73: 'UNIT_PERCENT' imported but unused
./usr/share/pyshared/parted/__init__.py:74: 'UNIT_KIBIBYTE' imported but unused
./usr/share/pyshared/parted/__init__.py:75: 'UNIT_MEBIBYTE' imported but unused
./usr/share/pyshared/parted/__init__.py:76: 'UNIT_GIBIBYTE' imported but unused
./usr/share/pyshared/parted/__init__.py:77: 'UNIT_TEBIBYTE' imported but unused
./usr/share/pyshared/parted/__init__.py:79: 'DEVICE_UNKNOWN' imported but unused
./usr/share/pyshared/parted/__init__.py:80: 'DEVICE_SCSI' imported but unused
./usr/share/pyshared/parted/__init__.py:81: 'DEVICE_IDE' imported but unused
./usr/share/pyshared/parted/__init__.py:82: 'DEVICE_DAC960' imported but unused
./usr/share/pyshared/parted/__init__.py:83: 'DEVICE_CPQARRAY' imported but unused
./usr/share/pyshared/parted/__init__.py:84: 'DEVICE_FILE' imported but unused
./usr/share/pyshared/parted/__init__.py:85: 'DEVICE_ATARAID' imported but unused
./usr/share/pyshared/parted/__init__.py:86: 'DEVICE_I2O' imported but unused
./usr/share/pyshared/parted/__init__.py:87: 'DEVICE_UBD' imported but unused
./usr/share/pyshared/parted/__init__.py:88: 'DEVICE_DASD' imported but unused
./usr/share/pyshared/parted/__init__.py:89: 'DEVICE_VIODASD' imported but unused
./usr/share/pyshared/parted/__init__.py:90: 'DEVICE_SX8' imported but unused
./usr/share/pyshared/parted/__init__.py:91: 'DEVICE_DM' imported but unused
./usr/share/pyshared/parted/__init__.py:92: 'DEVICE_XVD' imported but unused
./usr/share/pyshared/pa./usr/share/pyshared/parted/partition.py:130: invalid syntax
        except parted.PartitionException as msg:
                                           ^
rted/__init__.py:93: 'DEVICE_SDMMC' imported but unused
./usr/share/pyshared/parted/__init__.py:94: 'DEVICE_VIRTBLK' imported but unused
./usr/share/pyshared/parted/__init__.py:96: 'PARTITION_NORMAL' imported but unused
./usr/share/pyshared/parted/__init__.py:97: 'PARTITION_LOGICAL' imported but unused
./usr/share/pyshared/parted/__init__.py:98: 'PARTITION_EXTENDED' imported but unused
./usr/share/pyshared/parted/__init__.py:99: 'PARTITION_FREESPACE' imported but unused
./usr/share/pyshared/parted/__init__.py:100: 'PARTITION_METADATA' imported but unused
./usr/share/pyshared/parted/__init__.py:101: 'PARTITION_PROTECTED' imported but unused
./usr/share/pyshared/parted/__init__.py:103: 'PARTITION_BOOT' imported but unused
./usr/share/pyshared/parted/__init__.py:104: 'PARTITION_ROOT' imported but unused
./usr/share/pyshared/parted/__init__.py:105: 'PARTITION_SWAP' imported but unused
./usr/share/pyshared/parted/__init__.py:106: 'PARTITION_HIDDEN' imported but unused
./usr/share/pyshared/parted/__init__.py:107: 'PARTITION_RAID' imported but unused
./usr/share/pyshared/parted/__init__.py:108: 'PARTITION_LVM' imported but unused
./usr/share/pyshared/parted/__init__.py:109: 'PARTITION_LBA' imported but unused
./usr/share/pyshared/parted/__init__.py:110: 'PARTITION_HPSERVICE' imported but unused
./usr/share/pyshared/parted/__init__.py:111: 'PARTITION_PALO' imported but unused
./usr/share/pyshared/parted/__init__.py:112: 'PARTITION_PREP' imported but unused
./usr/share/pyshared/parted/__init__.py:113: 'PARTITION_MSFT_RESERVED' imported but unused
./usr/share/pyshared/parted/__init__.py:114: 'PARTITION_APPLE_TV_RECOVERY' imported but unused
./usr/share/pyshared/parted/__init__.py:115: 'PARTITION_BIOS_GRUB' imported but unused
./usr/share/pyshared/parted/__init__.py:116: 'PARTITION_DIAG' imported but unused
./usr/share/pyshared/parted/__init__.py:118: 'PARTITION_LEGACY_BOOT' imported but unused
./usr/share/pyshared/parted/__init__.py:122: 'DISK_CYLINDER_ALIGNMENT' imported but unused
./usr/share/pyshared/parted/__init__.py:124: 'DISK_TYPE_EXTENDED' imported but unused
./usr/share/pyshared/parted/__init__.py:125: 'DISK_TYPE_PARTITION_NAME' imported but unused
./usr/lib/python2.7/dist-packages/parted/device.py:29: 'diskType' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:35: 'AlignmentException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:36: 'CreateException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:37: 'ConstraintException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:38: 'DeviceException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:39: 'DiskException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:40: 'DiskLabelException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:41: 'FileSystemException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:42: 'GeometryException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:43: 'IOException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:44: 'NotNeededException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:45: 'PartedException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:46: 'PartitionException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:47: 'TimerException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:48: 'UnknownDeviceException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:49: 'UnknownTypeException' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:51: 'Alignment' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:52: 'Constraint' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:56: 'diskFlag' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:57: 'FileSystem' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:59: 'Geometry' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:60: 'Partition' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:61: 'partitionFlag' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:64: 'UNIT_SECTOR' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:65: 'UNIT_BYTE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:66: 'UNIT_KILOBYTE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:67: 'UNIT_MEGABYTE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:68: 'UNIT_GIGABYTE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:69: 'UNIT_TERABYTE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:70: 'UNIT_COMPACT' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:71: 'UNIT_CYLINDER' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:72: 'UNIT_CHS' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:73: 'UNIT_PERCENT' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:74: 'UNIT_KIBIBYTE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:75: 'UNIT_MEBIBYTE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:76: 'UNIT_GIBIBYTE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:77: 'UNIT_TEBIBYTE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:79: 'DEVICE_UNKNOWN' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:80: 'DEVICE_SCSI' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:81: 'DEVICE_IDE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:82: 'DEVICE_DAC960' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:83: 'DEVICE_CPQARRAY' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:84: 'DEVICE_FILE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:85: 'DEVICE_ATARAID' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:86: 'DEVICE_I2O' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:87: 'DEVICE_UBD' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:88: 'DEVICE_DASD' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:89: 'DEVICE_VIODASD' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:90: 'DEVICE_SX8' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:91: 'DEVICE_DM' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:92: 'DEVICE_XVD' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:93: 'DEVICE_SDMMC' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:94: 'DEVICE_VIRTBLK' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:96: 'PARTITION_NORMAL' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:97: 'PARTITION_LOGICAL' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:98: 'PARTITION_EXTENDED' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:99: 'PARTITION_FREESPACE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:100: 'PARTITION_METADATA' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:101: 'PARTITION_PROTECTED' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:103: 'PARTITION_BOOT' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:104: 'PARTITION_ROOT' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:105: 'PARTITION_SWAP' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:106: 'PARTITION_HIDDEN' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:107: 'PARTITION_RAID' imported but unused
./usr/lib/python2../usr/lib/python2.7/dist-packages/parted/partition.py:130: invalid syntax
        except parted.PartitionException as msg:
                                           ^
7/dist-packages/parted/__init__.py:108: 'PARTITION_LVM' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:109: 'PARTITION_LBA' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:110: 'PARTITION_HPSERVICE' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:111: 'PARTITION_PALO' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:112: 'PARTITION_PREP' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:113: 'PARTITION_MSFT_RESERVED' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:114: 'PARTITION_APPLE_TV_RECOVERY' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:115: 'PARTITION_BIOS_GRUB' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:116: 'PARTITION_DIAG' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:118: 'PARTITION_LEGACY_BOOT' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:122: 'DISK_CYLINDER_ALIGNMENT' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:124: 'DISK_TYPE_EXTENDED' imported but unused
./usr/lib/python2.7/dist-packages/parted/__init__.py:125: 'DISK_TYPE_PARTITION_NAME' imported but unused

This report was generated on Mon, 18 Apr 2011 06:29:26 +0000, based on results by pyflakes 0.4.0-1