Provide a Main application for the Zope framework
The Job of this module is to:
Configure and open the database
Establish the top-level object for ZPublisher
Perform very high-level configuration tasks
Imported modules
|
|
from BoboPOS import SimpleDB, TJar, SingleThreadedTransaction
import BoboPOS.PickleJar
import Globals
import OFS.Application
import OFS.Uninstalled
import os
import string
import sys
|
|