Bug#769737: Broken import path renders python3-parted unusable

2014-11-16 Thread intrigeri
Hi, Christian Kastner wrote (16 Nov 2014 00:26:58 GMT) : This has already been fixed upstream. The attached debdiff includes this fix. Thanks! I've uploaded a package based on your patch (slightly improved DEP-3 headers and debian/changelog) to DELAYED/5. pyparted maintainers: please find,

Bug#769737: Broken import path renders python3-parted unusable

2014-11-15 Thread Christian Kastner
Package: python3-parted Version: 3.10.0-1 Severity: grave Tags: patch With Python 3, pyparted cannot be imported: $ sudo aptitude install python-parted python3-parted $ python -c 'import parted' $ python3 -c 'import parted' Traceback (most recent call last): File string, line 1, in module