~ubuntu-branches/ubuntu/vivid/pyparted/vivid

« back to all changes in this revision

Viewing changes to src/parted/disk.py

  • Committer: Package Import Robot
  • Author(s): intrigeri
  • Date: 2014-11-16 10:57:22 UTC
  • mfrom: (8.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20141116105722-b8nbwtqddupqevdl
Tags: 3.10.0-1.1
* Non-maintainer upload.
* Backport patch Fix-localeC-imports.patch from upstream which fixes an
  ImportError that rendered the python3-parted package unusable.
  Thanks to Christian Kastner <debian@kvr.at> for the patch (Closes: #769737).

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import _ped
26
26
import parted
27
27
 
28
 
from cachedlist import CachedList
29
 
from decorators import localeC
 
28
from parted.cachedlist import CachedList
 
29
from parted.decorators import localeC
30
30
 
31
31
class Disk(object):
32
32
    """Disk()