generic-poky/bitbake/lib/toaster/contrib
Richard Purdie 3795f4d6a6 bitbake: bin, toaster: Fix print and exception syntax
This updates the print "" syntax to print() and fixes some exception
handling syntax such that its compatible with python v2 and v3.

(Bitbake rev: 58304fcce9727fd89564436771356c033ecd22a3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-11 10:34:30 +01:00
..
tts bitbake: bin, toaster: Fix print and exception syntax 2016-05-11 10:34:30 +01:00
README bitbake: toaster/contrib: adding TTS squashed patch 2015-05-14 18:04:10 +01:00

README

contrib directory for toaster

This directory holds code that works with Toaster, without being an integral part of the Toaster project.
It is intended for testing code, testing fixtures, tools for Toaster, etc.

NOTE: This directory is NOT a Python module.