~ubuntu-branches/ubuntu/natty/flup/natty

« back to all changes in this revision

Viewing changes to flup.egg-info/entry_points.txt

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2009-07-28 20:09:00 UTC
  • mfrom: (1.1.4 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090728200900-41mf0fqnsusbrpjl
Tags: 1.0.2-1
* New upstream release (Closes: #517965)
* http://www.saddi.com/software/news/archives/65-flup-1.0.2-on-the-horizon....html
* Debian packaging updated to use debhelper7
* Updated debian/copyright to be machine-interpretable
* Disabled upstream's use of ez_setup since Build-Depends already requires
  python-setuptools

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
    [paste.server_factory]
3
 
    ajp = flup.server.ajp:factory
4
 
    fcgi = flup.server.fcgi:factory
5
 
    scgi = flup.server.scgi:factory
6
 
    ajp_thread = flup.server.ajp:factory
7
 
    fcgi_thread = flup.server.fcgi:factory
8
 
    scgi_thread = flup.server.scgi:factory
9
 
    ajp_fork = flup.server.ajp_fork:factory
10
 
    fcgi_fork = flup.server.fcgi_fork:factory
11
 
    scgi_fork = flup.server.scgi_fork:factory
 
2
    [paste.server_runner]
 
3
    ajp = flup.server.paste_factory:run_ajp_thread
 
4
    fcgi = flup.server.paste_factory:run_fcgi_thread
 
5
    scgi = flup.server.paste_factory:run_scgi_thread
 
6
    ajp_thread = flup.server.paste_factory:run_ajp_thread
 
7
    fcgi_thread = flup.server.paste_factory:run_fcgi_thread
 
8
    scgi_thread = flup.server.paste_factory:run_scgi_thread
 
9
    ajp_fork = flup.server.paste_factory:run_ajp_fork
 
10
    fcgi_fork = flup.server.paste_factory:run_fcgi_fork
 
11
    scgi_fork = flup.server.paste_factory:run_scgi_fork
12
12
    
 
 
b'\\ No newline at end of file'