~gesha/linaro-image-tools/1208678

« back to all changes in this revision

Viewing changes to linaro_image_tools/hwpack/handler.py

  • Committer: Milo Casagrande
  • Date: 2013-06-04 14:17:48 UTC
  • mfrom: (624.1.2 bug1081747)
  • Revision ID: milo@ubuntu.com-20130604141748-2jrgpqsye9h7y6xq
Refactored PackageUnpacker class.

    * linaro-android-media-create does not depend anymore on python-debian,
      should be possible to easily use on non-Debian systems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import tempfile
28
28
 
29
29
from linaro_image_tools.hwpack.config import Config
30
 
from linaro_image_tools.hwpack.builder import PackageUnpacker
 
30
from linaro_image_tools.hwpack.package_unpacker import PackageUnpacker
31
31
from linaro_image_tools.utils import DEFAULT_LOGGER_NAME
32
32
 
33
33