/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/main.py

  • Committer: Michael Hudson
  • Date: 2009-07-07 23:52:24 UTC
  • Revision ID: michael.hudson@canonical.com-20090707235224-sbynwjy6uuvbuhz1
remove some dead code found by the new pyflakes

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import sys
23
23
 
24
24
from bzrlib.plugin import load_plugins
25
 
from bzrlib.transport import get_transport
26
25
 
27
26
from paste import httpserver
28
27
from paste.httpexceptions import HTTPExceptionHandler, HTTPInternalServerError