~ubuntu-branches/ubuntu/hardy/pastedeploy/hardy

« back to all changes in this revision

Viewing changes to tests/sample_configs/executable.ini

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ozarowski
  • Date: 2006-05-14 03:27:56 UTC
  • Revision ID: james.westby@ubuntu.com-20060514032756-qqd7u23ijat2ccbf
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env paster
 
2
[exe]
 
3
sys.path = /fake/path/
 
4
  /another/fake/path ../fake_packages/
 
5
 
 
6
[server]
 
7
use = egg:PasteScript#cgi
 
8
 
 
9
[app]
 
10
use = egg:FakeApp#basic_app