Implementation module for the `coil` command.
Imported modules
|
|
import os
import pickle
import sys
from twisted.coil import web
from twisted.internet import app, main
from twisted.python import usage, plugin
from twisted.web import server
|
Functions
|
|
run
|
|
run
|
run ()
Run the coil command-line app.
Exceptions
|
|
TypeError, "The loaded object %s is not a twisted.internet.app.Application instance." % application
|
|
Classes
|
|
|
|