~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to start-loggerhead.py

  • Committer: Robey Pointer
  • Date: 2006-12-12 00:47:38 UTC
  • Revision ID: robey@lag.net-20061212004738-fyhww4fadma2v3jm
okay, redo the changes-list screen

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    turbogears.update_config(configfile="prod.cfg",
24
24
        modulename="loggerhead.config")
25
25
 
 
26
# robey FIXME
 
27
sys.path.insert(0, '/Users/robey/code/bzr/bzr.dev')
 
28
 
26
29
from loggerhead.controllers import Root
27
30
 
28
31
turbogears.start_server(Root())