~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to start-loggerhead.py

  • Committer: Robey Pointer
  • Date: 2006-12-15 11:11:10 UTC
  • mfrom: (24.1.3 loggerhead)
  • Revision ID: robey@lag.net-20061215111110-aiqug8u08loatwsp
merge from my server

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/Library/Frameworks/Python.framework/Versions/2.4/Resources/Python.app/Contents/MacOS/Python
 
1
#!/usr/bin/env python2.4
2
2
import pkg_resources
3
3
pkg_resources.require("TurboGears")
4
4