~habnabit/sockhop/master

« back to all changes in this revision

Viewing changes to sockhop/httpserver.py

  • Committer: Aaron Gallagher
  • Date: 2010-02-03 23:44:38 UTC
  • Revision ID: habnabit@gmail.com-20100203234438-mvgilh8ski9o3bu9
Massive code cleanup!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from zope.interface import implements
2
 
from twisted.internet import protocol, defer, reactor, interfaces, error
3
1
from twisted.python import log
4
2
from twisted.web import http, proxy
5
3
from sockhop import __version_string__ as version_string