mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-22 18:14:41 +01:00
Removed legacy dependency on the debug module, following the example of the
1.21->1.22 changes in supybot-wizard
This commit is contained in:
parent
be44ed857e
commit
00028614c5
@ -36,12 +36,12 @@ from questions import *
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
import logging
|
||||||
import optparse
|
import optparse
|
||||||
|
|
||||||
import conf
|
import conf
|
||||||
import debug
|
|
||||||
|
|
||||||
debug.minimumPriority = 'high'
|
conf.minimumLogPriority = logging.CRITICAL
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = optparse.OptionParser(usage='Usage: %prog [options]',
|
parser = optparse.OptionParser(usage='Usage: %prog [options]',
|
||||||
|
Loading…
Reference in New Issue
Block a user