summaryrefslogtreecommitdiff
path: root/tests/sample_configs/executable.ini
blob: 3b75fe99c481c9481207a1d4db43582c178b165f (plain)
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