~romaimperator/keryx/devel

« back to all changes in this revision

Viewing changes to keryx.py

  • Committer: Chris Oliver
  • Date: 2009-09-18 01:40:26 UTC
  • Revision ID: excid3@gmail.com-20090918014026-ox4k932l03rsl2re
Project and repository relationship creating working

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
 
108
108
 
109
109
        (options, arguments) = parser.parse_args(args)
110
 
        options.verbose = logging.DEBUG
 
110
 
111
111
        # Configure verbosity
112
112
        #TODO: Fix it so basicConfig works
113
 
        logging.basicConfig(level=options.verbose, format=FORMAT, datefmt=DATE)
 
113
        logging.basicConfig()
114
114
 
115
115
        if len(arguments) == 1:
116
116
            self.wx_gui = True