Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Sep 16, 2005
1 parent 5bee612 commit c035ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProgressHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def output(self, text):
LOG(self._ident, INFO, text)


class FilelogHandler(StdoutHandler)
class FilelogHandler(StdoutHandler):
""" Use a custom file for logging """

__implements__ = IProgressHandler
Expand Down

0 comments on commit c035ad5

Please sign in to comment.