annotate pylons_app.egg-info/entry_points.txt @ 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 564e40829f80
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
1
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
2 [paste.app_factory]
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
3 main = pylons_app.config.middleware:make_app
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
4
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
5 [paste.app_install]
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
6 main = pylons.util:PylonsInstaller
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
7