File: executable.ini

package info (click to toggle)
pastedeploy 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: python: 1,236; makefile: 106; sh: 17
file content (10 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env paster
[exe]
sys.path = /fake/path/
  /another/fake/path ../fake_packages/

[server]
use = egg:PasteScript#cgi

[app]
use = egg:FakeApp#basic_app