Comment 4 for bug 1015174

Revision history for this message
Daniel Manrique (roadmr) wrote :

And further, to run this from trunk:

LANG= PYTHONPATH=./ python3

and from within the interpreter:

>>> from checkbox.lib.template_i18n import TemplateI18n
>>> t=TemplateI18n()
>>> t.load_file(open("/usr/share/checkbox/jobs/usb.txt","r"),"")