예제 #1
0
def initexceptions(config):
    GopherExceptions.init(config.getboolean("pygopherd", "tracebacks"))
예제 #2
0
def init_exceptions(config: ConfigParser) -> None:
    GopherExceptions.init(config.getboolean("pygopherd", "tracebacks"))
예제 #3
0
def initexceptions(config):
    GopherExceptions.init(config.getboolean("pygopherd", "tracebacks"))