Module factory
source code
This is the core Factory class and main method of the Officeshots
factory. Execute it with -h or --help to see the available options
|
|
Factory
The core factory class communicates with the Officeshots server and
passes requests on to any of the available workers
|
|
|
LOGLEVELS = {'critical': 50, 'debug': 10, 'error': 40, 'info':...
|
Imports:
BackendException,
ConfigParser,
Error,
Fault,
OptionParser,
ServerProxy,
logging,
os,
socket,
sys,
time
LOGLEVELS
- Value:
{'critical': 50, 'debug': 10, 'error': 40, 'info': 20, 'warning': 30}
|
|