Package: python-parted
Version: 0.11.2

the file parted.py contains a wrong function name.

File "/usr/lib/python2.3/site-packages/parted.py", line 372, in 
get_max_partition_geometry
    return Geometry(_parted.disk_get_max_paritition_geometry(self._o,
AttributeError: 'module' object has no attribute 
'disk_get_max_paritition_geometry'


372c372
<         return Geometry(_parted.disk_get_max_paritition_geometry(self._o,
---
>         return Geometry(_parted.disk_get_max_partition_geometry(self._o,



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to