~milo/linaro-image-tools/bug1155702

« back to all changes in this revision

Viewing changes to linaro_image_tools/hwpack/hwpack_reader.py

  • Committer: Milo Casagrande
  • Date: 2012-12-07 14:56:08 UTC
  • mfrom: (588.1.3 hwpack-handler)
  • Revision ID: milo@ubuntu.com-20121207145608-299e95u0n0wdk245
Hardwarepack handler refactoring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# You should have received a copy of the GNU General Public License
18
18
# along with Linaro Image Tools.  If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
 
from linaro_image_tools.media_create.boards import HardwarepackHandler
 
20
from linaro_image_tools.hwpack.handler import HardwarepackHandler
21
21
from linaro_image_tools.hwpack.hwpack_fields import (
22
22
    FORMAT_FIELD,
23
23
    NAME_FIELD,