Debian Automated Code Analysis

pyflakes analysis of system-config-lvm_1.1.15-1_all.deb

./usr/share/system-config-lvm/LogicalVolume.py:2: 'os' imported but unused
./usr/share/system-config-lvm/LogicalVolume.py:3: 'string' imported but unused
./usr/share/system-config-lvm/LogicalVolume.py:4: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/utilities.py:2: 'execWithCapture' imported but unused
./usr/share/system-config-lvm/utilities.py:2: 'execWithCaptureErrorStatus' imported but unused
./usr/share/system-config-lvm/Volume.py:2: 'os' imported but unused
./usr/share/system-config-lvm/Volume.py:3: 'string' imported but unused
./usr/share/system-config-lvm/Volume.py:4: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/Segment.py:2: 'os' imported but unused
./usr/share/system-config-lvm/Segment.py:3: 'string' imported but unused
./usr/share/system-config-lvm/Segment.py:44: undefined name '_'
./usr/share/system-config-lvm/Segment.py:68: undefined name '_'
./usr/share/system-config-lvm/Segment.py:109: undefined name '_'
./usr/share/system-config-lvm/lvm_model.py:2: 'os' imported but unused
./usr/share/system-config-lvm/lvm_model.py:3: 'sys' imported but unused
./usr/share/system-config-lvm/lvm_model.py:4: 'string' imported but unused
./usr/share/system-config-lvm/lvm_model.py:6: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/lvm_model.py:7: 'from BlockDeviceModel import *' used; unable to detect undefined names
./usr/share/system-config-lvm/lvm_model.py:13: 'from PhysicalVolume import *' used; unable to detect undefined names
./usr/share/system-config-lvm/lvm_model.py:14: 'from LogicalVolume import *' used; unable to detect undefined names
./usr/share/system-config-lvm/lvm_model.py:15: 'from VolumeGroup import *' used; unable to detect undefined names
./usr/share/system-config-lvm/lvm_model.py:16: 'from Segment import *' used; unable to detect undefined names
./usr/share/system-config-lvm/lvm_model.py:17: 'from ExtentBlock import *' used; unable to detect undefined names
./usr/share/system-config-lvm/lvm_model.py:663: local variable 'LVS_OPTION_STRING' is assigned to but never used
./usr/share/system-config-lvm/lvm_model.py:718: local variable 'multipath_object' is assigned to but never used
./usr/share/system-config-lvm/lvm_model.py:827: redefinition of unused 'string' from line 4
./usr/share/system-config-lvm/lvm_model.py:829: redefinition of unused 'string' from line 4
./usr/share/system-config-lvm/Properties_Renderer.py:6: 'math' imported but unused
./usr/share/system-config-lvm/Properties_Renderer.py:7: 'operator' imported but unused
./usr/share/system-config-lvm/Properties_Renderer.py:8: 'types' imported but unused
./usr/share/system-config-lvm/Properties_Renderer.py:9: 'select' imported but unused
./usr/share/system-config-lvm/Properties_Renderer.py:10: 'signal' imported but unused
./usr/share/system-config-lvm/Properties_Renderer.py:11: 'gobject' imported but unused
./usr/share/system-config-lvm/Properties_Renderer.py:12: 'pango' imported but unused
./usr/share/system-config-lvm/Properties_Renderer.py:13: 'string' imported but unused
./usr/share/system-config-lvm/Properties_Renderer.py:14: 'os' imported but unused
./usr/share/system-config-lvm/Properties_Renderer.py:15: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/Properties_Renderer.py:16: 'stat' imported but unused
./usr/share/system-config-lvm/Properties_Renderer.py:34: 'gnome' imported but unused
./usr/share/system-config-lvm/CommandHandler.py:1: 'os' imported but unused
./usr/share/system-config-lvm/CommandHandler.py:2: 'string' imported but unused
./usr/share/system-config-lvm/CommandHandler.py:4: 'execWithCaptureStatus' imported but unused
./usr/share/system-config-lvm/CommandHandler.py:4: 'execWithCaptureStatusProgress' imported but unused
./usr/share/system-config-lvm/CommandHandler.py:6: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/CommandHandler.py:235: local variable 'commandstring' is assigned to but never used
./usr/share/system-config-lvm/CommandHandler.py:383: redefinition of function 'is_dm_mirror_loaded' from line 369
./usr/share/system-config-lvm/fdisk_wrapper.py:4: 'execWithCaptureProgress' imported but unused
./usr/share/system-config-lvm/fdisk_wrapper.py:4: 'execWithCaptureErrorStatus' imported but unused
./usr/share/system-config-lvm/fdisk_wrapper.py:4: 'execWithCaptureErrorStatusProgress' imported but unused
./usr/share/system-config-lvm/fdisk_wrapper.py:6: 'from Partition import *' used; unable to detect undefined names
./usr/share/system-config-lvm/fdisk_wrapper.py:54: local variable 'spc' is assigned to but never used
./usr/share/system-config-lvm/parted_wrapper.py:6: 'from Partition import *' used; unable to detect undefined names
./usr/share/system-config-lvm/Partition.py:103: undefined name '_'
./usr/share/system-config-lvm/Partition.py:108: undefined name '_'
./usr/share/system-config-lvm/Multipath.py:4: 'execWithCaptureProgress' imported but unused
./usr/share/system-config-lvm/Multipath.py:4: 'execWithCaptureErrorStatusProgress' imported but unused
./usr/share/system-config-lvm/Multipath.py:4: 'execWithCaptureStatus' imported but unused
./usr/share/system-config-lvm/Multipath.py:4: 'execWithCaptureStatusProgress' imported but unused
./usr/share/system-config-lvm/Multipath.py:4: 'execWithCapture' imported but unused
./usr/share/system-config-lvm/Multipath.py:7: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/Multipath.py:23: local variable 'dmsetup_lines' is assigned to but never used
./usr/share/system-config-lvm/VolumeGroup.py:2: 'os' imported but unused
./usr/share/system-config-lvm/VolumeGroup.py:3: 'string' imported but unused
./usr/share/system-config-lvm/VolumeGroup.py:4: 'VG_TYPE' imported but unused
./usr/share/system-config-lvm/Filesystem.py:5: 'execWithCaptureProgress' imported but unused
./usr/share/system-config-lvm/Filesystem.py:5: 'execWithCaptureStatusProgress' imported but unused
./usr/share/system-config-lvm/Filesystem.py:6: 'from CommandError import *' used; unable to detect undefined names
./usr/share/system-config-lvm/Filesystem.py:12: 'xml' imported but unused
./usr/share/system-config-lvm/Filesystem.py:13: 'minidom' imported but unused
./usr/share/system-config-lvm/Filesystem.py:539: local variable 'cmdstr' is assigned to but never used
./usr/share/system-config-lvm/Filesystem.py:556: local variable 'cmdstr' is assigned to but never used
./usr/share/system-config-lvm/Filesystem.py:701: local variable 'cmdstr' is assigned to but never used
./usr/share/system-config-lvm/Filesystem.py:717: local variable 'cmdstr' is assigned to but never used
./usr/share/system-config-lvm/Filesystem.py:751: local variable 'cmdstr' is assigned to but never used
./usr/share/system-config-lvm/Filesystem.py:875: local variable 'cmdstr' is assigned to but never used
./usr/share/system-config-lvm/Filesystem.py:892: local variable 'cmdstr' is assigned to but never used
./usr/share/system-config-lvm/Filesystem.py:1037: local variable 'cmdstr' is assigned to but never used
./usr/share/system-config-lvm/Filesystem.py:1053: local variable 'cmdstr' is assigned to but never used
./usr/share/system-config-lvm/Filesystem.py:1087: local variable 'cmdstr' is assigned to but never used
./usr/share/system-config-lvm/BlockDevice.py:6: 'from Partition import *' used; unable to detect undefined names
./usr/share/system-config-lvm/cylinder_items.py:6: 'pygtk' imported but unused
./usr/share/system-config-lvm/cylinder_items.py:476: undefined name 'mail_label_dim'
./usr/share/system-config-lvm/cylinder_items.py:881: local variable 'low_cyl_low_label_dim' is assigned to but never used
./usr/share/system-config-lvm/cylinder_items.py:956: local variable 'upper_anchors' is assigned to but never used
./usr/share/system-config-lvm/cylinder_items.py:957: local variable 'lower_anchors' is assigned to but never used
./usr/share/system-config-lvm/cylinder_items.py:1007: local variable 'rc' is assigned to but never used
./usr/share/system-config-lvm/execute.py:1: 'locale' imported but unused
./usr/share/system-config-lvm/execute.py:2: 'time' imported but unused
./usr/share/system-config-lvm/PhysicalVolume.py:2: 'os' imported but unused
./usr/share/system-config-lvm/PhysicalVolume.py:3: 'string' imported but unused
./usr/share/system-config-lvm/PhysicalVolume.py:4: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/PhysicalVolume.py:39: local variable 'size' is assigned to but never used
./usr/share/system-config-lvm/Fstab.py:2: 'sys' imported but unused
./usr/share/system-config-lvm/Fstab.py:7: 'execWithCaptureErrorStatus' imported but unused
./usr/share/system-config-lvm/Fstab.py:7: 'execWithCaptureStatus' imported but unused
./usr/share/system-config-lvm/Fstab.py:7: 'execWithCapture' imported but unused
./usr/share/system-config-lvm/renderer.py:3: 'sys' imported but unused
./usr/share/system-config-lvm/renderer.py:4: 'pygtk' imported but unused
./usr/share/system-config-lvm/renderer.py:9: 'from cylinder_items import *' used; unable to detect undefined names
./usr/share/system-config-lvm/renderer.py:11: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/renderer.py:655: local variable 'volume' is assigned to but never used
./usr/share/system-config-lvm/BlockDeviceModel.py:3: 'ID_UNKNOWN' imported but unused
./usr/share/system-config-lvm/BlockDeviceModel.py:4: 'ID_SWAPS' imported but unused
./usr/share/system-config-lvm/BlockDeviceModel.py:5: 'PARTITION_IDs' imported but unused
./usr/share/system-config-lvm/BlockDeviceModel.py:6: 'ID_LINUX_LVM' imported but unused
./usr/share/system-config-lvm/BlockDeviceModel.py:8: 'from BlockDevice import *' used; unable to detect undefined names
./usr/share/system-config-lvm/system-config-lvm.py:11: 'types' imported but unused
./usr/share/system-config-lvm/system-config-lvm.py:12: 'select' imported but unused
./usr/share/system-config-lvm/system-config-lvm.py:13: 'signal' imported but unused
./usr/share/system-config-lvm/system-config-lvm.py:14: 'string' imported but unused
./usr/share/system-config-lvm/system-config-lvm.py:37: undefined name '_'
./usr/share/system-config-lvm/system-config-lvm.py:48: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/system-config-lvm.py:157: local variable 'blvm' is assigned to but never used
./usr/share/system-config-lvm/Volume_Tab_View.py:2: 'types' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:3: 'select' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:4: 'math' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:5: 'operator' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:6: 'signal' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:8: 'string' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:9: 'os' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:12: 'lvm_model' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:14: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/Volume_Tab_View.py:15: 'WaitMsg' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:16: 'execWithCapture' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:20: 'stat' imported but unused
./usr/share/system-config-lvm/Volume_Tab_View.py:26: redefinition of unused 'gobject' from line 7
./usr/share/system-config-lvm/Volume_Tab_View.py:40: 'gnome' imported but unused
./usr/share/system-config-lvm/ExtentBlock.py:1: 'os' imported but unused
./usr/share/system-config-lvm/ExtentBlock.py:2: 'string' imported but unused
./usr/share/system-config-lvm/ExtentBlock.py:37: redefinition of unused 'string' from line 2
./usr/share/system-config-lvm/ExtentBlock.py:38: redefinition of unused 'string' from line 2
./usr/share/system-config-lvm/ExtentBlock.py:39: redefinition of unused 'string' from line 2
./usr/share/system-config-lvm/ExtentBlock.py:40: redefinition of unused 'string' from line 2
./usr/share/system-config-lvm/InputController.py:9: 'stat' imported but unused
./usr/share/system-config-lvm/InputController.py:12: 'locale' imported but unused
./usr/share/system-config-lvm/InputController.py:13: 'lvm_model' imported but unused
./usr/share/system-config-lvm/InputController.py:15: 'from lvmui_constants import *' used; unable to detect undefined names
./usr/share/system-config-lvm/InputController.py:19: 'STRIPED_SEGMENT_ID' imported but unused
./usr/share/system-config-lvm/InputController.py:20: 'ExtentBlock' imported but unused
./usr/share/system-config-lvm/InputController.py:21: 'WaitMsg' imported but unused
./usr/share/system-config-lvm/InputController.py:25: 'execWithCaptureErrorStatus' imported but unused
./usr/share/system-config-lvm/InputController.py:25: 'execWithCaptureStatus' imported but unused
./usr/share/system-config-lvm/InputController.py:47: 'gnome' imported but unused
./usr/share/system-config-lvm/InputController.py:254: local variable 'phys_extent_size' is assigned to but never used
./usr/share/system-config-lvm/InputController.py:256: local variable 'autobackup' is assigned to but never used
./usr/share/system-config-lvm/InputController.py:257: local variable 'resizable' is assigned to but never used
./usr/share/system-config-lvm/InputController.py:383: local variable 'snapshot_string' is assigned to but never used
./usr/share/system-config-lvm/InputController.py:644: local variable 'main_path' is assigned to but never used
./usr/share/system-config-lvm/InputController.py:869: local variable 'main_path' is assigned to but never used
./usr/share/system-config-lvm/InputController.py:886: local variable 'main_path' is assigned to but never used
./usr/share/system-config-lvm/InputController.py:1854: redefinition of unused 'string' from line 6
./usr/share/system-config-lvm/InputController.py:1869: local variable 'e' is assigned to but never used
./usr/share/system-config-lvm/InputController.py:1910: redefinition of unused 'string' from line 6
./usr/share/system-config-lvm/Cluster.py:3: 'execWithCaptureProgress' imported but unused
./usr/share/system-config-lvm/Cluster.py:3: 'execWithCaptureErrorStatusProgress' imported but unused
./usr/share/system-config-lvm/Cluster.py:3: 'execWithCaptureStatus' imported but unused
./usr/share/system-config-lvm/Cluster.py:3: 'execWithCaptureStatusProgress' imported but unused
./usr/share/system-config-lvm/Cluster.py:3: 'execWithCapture' imported but unused
./usr/share/system-config-lvm/Cluster.py:4: 'from CommandError import *' used; unable to detect undefined names

This report was generated on Sun, 02 Jan 2011 05:34:22 +0000, based on results by pyflakes 0.4.0-1