~habnabit/sockhop/master

« back to all changes in this revision

Viewing changes to sockhop/config.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
 
import struct, sys, signal, re, shlex, socket, time
 
1
import struct, re, shlex, socket, time
2
2
from twisted.internet import defer
3
3
from twisted.protocols import policies
4
4
from twisted.python import log