Beispiel #1
0
 def __init__(self, config, options, db):
     "Initialize an operations structure."
     self.db = db
     self.verbose = options.verbose
     self.geotable = GeoGroupTable(config, options, db)