view MANIFEST.in @ 506:d5efb83590ef

fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions! added tredning languages stats
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 27 Sep 2010 02:17:03 +0200
parents 298546182b41
children 1e757ac98988
line wrap: on
line source

include COPYING
include README.rst
include pylons_app/config/deployment.ini_tmpl

include hg_app_daemon
include hg_app_daemon2

recursive-include pylons_app/public/css *
recursive-include pylons_app/public/images *

include pylons_app/public/js/yui2.js
include pylons_app/public/js/excanvas.min.js
include pylons_app/public/js/yui.flot.js

recursive-include pylons_app/templates *