/usr/share/pymt-examples/framework/loader.py is in python-pymt 0.5.1-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | from pymt import *
# asynchronous load the image in http
img = Loader.image('http://pymt.eu/styles/logo.png')
# add a container with the core image, and display it
runTouchApp(MTContainer(img))
|