~lool/linaro-image-tools/btrfs-support

« back to all changes in this revision

Viewing changes to linaro_image_tools/media_create/unpack_binary_tarball.py

  • Committer: Loïc Minier
  • Date: 2011-03-23 22:25:10 UTC
  • mto: This revision was merged to the branch mainline in revision 301.
  • Revision ID: lool@dooz.org-20110323222510-z0pg5cp5cid4qhcf
Shuffle modules to be under the same hierarchy:
- linaro_media_create -> linaro_image_tools/media_create
- hwpack -> linaro_image_tools.hwpack
- tests -> linaro_image_tools.tests
this will notably give us a place to share code between
linaro_image_tools.media_create and .hwpack.

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_media_create import cmd_runner
 
20
from linaro_image_tools.media_create import cmd_runner
21
21
 
22
22
 
23
23
def unpack_binary_tarball(tarball, unpack_dir, as_root=True):