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:
Daniel DiPaolo 2003-12-14 09:57:11 +00:00
parent be44ed857e
commit 00028614c5
1 changed files with 2 additions and 2 deletions

View File

@ -36,12 +36,12 @@ from questions import *
import os
import sys
import logging
import optparse
import conf
import debug
debug.minimumPriority = 'high'
conf.minimumLogPriority = logging.CRITICAL
def main():
parser = optparse.OptionParser(usage='Usage: %prog [options]',