summaryrefslogtreecommitdiffstats
path: root/partErrors.py
Commit message (Collapse)AuthorAgeFilesLines
* msw says it's 2002 :)Jeremy Katz2002-02-071-1/+1
|
* stage 1 of the partitioning.py cleanup effort --Jeremy Katz2002-02-061-0/+35
1) move the following functions from partitioning.py -> partedUtils.py get_flags, start_sector_to_cyl, end_sector_to_cyl, start_cyl_to_sector, end_cyl_to_sector, getPartSize, getPartSizeMB, getDeviceSizeMB, get_partition_by_name, get_partition_name, get_partition_file_system_type, set_partition_file_system_type, get_partition_drive, map_foreign_to_fsname, filter_partitions, get_logical_partitions, get_primary_partitions, get_raid_partitions, get_lvm_partitions, 2) move PartitioningError and PartitioningWarning classes from partitioning.py -> partErrors.py Change everything that depends on these functions to use the new location