~gesha/linaro-image-tools/1208678

« back to all changes in this revision

Viewing changes to linaro_image_tools/hwpack/tests/test_hardwarepack.py

  • Committer: Milo Casagrande
  • Date: 2013-06-27 09:12:50 UTC
  • mfrom: (625.1.1 pep8-fixes)
  • Revision ID: milo@ubuntu.com-20130627091250-r5w2hvk9mlyh0dcb
PEP8 fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
443
443
        self.assertThat(
444
444
            tf,
445
445
            HardwarePackHasFile("pkgs/%s" % package1.filename,
446
 
            content=package1.content.read()))
 
446
                                content=package1.content.read()))
447
447
        self.assertThat(
448
448
            tf,
449
449
            HardwarePackHasFile("pkgs/%s" % package2.filename,