Skip to content

Commit

Permalink
Modernization. Make use of install_cocoa_logger() in cocoalib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Virgil Dupras committed Jan 27, 2013
1 parent 2ff73e4 commit 12fb6d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cocoa/inter/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class PyPdfMasher(PyFairware):
def __init__(self):
logging.basicConfig(level=logging.WARNING, format='%(levelname)s %(message)s')
cocoa.install_exception_hook()
cocoa.install_cocoa_logger()
self.progress = cocoa.ThreadedJobPerformer()
model = App(self)
PyFairware.__init__(self, model)
Expand Down

0 comments on commit 12fb6d7

Please sign in to comment.