]> git.ozlabs.org Git - hiprofile/commit - hiprofile.py
Convert to a python package
authorJeremy Kerr <jk@ozlabs.org>
Mon, 20 Apr 2009 05:41:51 +0000 (15:41 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 20 Apr 2009 05:41:51 +0000 (15:41 +1000)
commitc700523f0bfe517fafdacf1596c1fc0ca895ccff
tree79b61344556d873b0002435952d43d6e433fdfbd
parent572198ed6c5d9582d0e406704e37d0f88365ec1f
Convert to a python package

.. from a python module. This means we can use the pkg_resource
stuff to grab our templates, stylesheet and image.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
20 files changed:
hiprofile.py [deleted file]
hiprofile/__init__.py [new file with mode: 0644]
hiprofile/resources/bar.png [new file with mode: 0644]
hiprofile/resources/base.html [new file with mode: 0644]
hiprofile/resources/binary.html [new file with mode: 0644]
hiprofile/resources/hiprofile.js [new file with mode: 0644]
hiprofile/resources/jquery-1.3.1.min.js [new file with mode: 0644]
hiprofile/resources/report.html [new file with mode: 0644]
hiprofile/resources/style.css [new file with mode: 0644]
hiprofile/resources/symbol.html [new file with mode: 0644]
scripts/hiprofile
setup.py
share/hiprofile/bar.png [deleted file]
share/hiprofile/base.html [deleted file]
share/hiprofile/binary.html [deleted file]
share/hiprofile/hiprofile.js [deleted file]
share/hiprofile/jquery-1.3.1.min.js [deleted file]
share/hiprofile/report.html [deleted file]
share/hiprofile/style.css [deleted file]
share/hiprofile/symbol.html [deleted file]