mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 22:01:00 +00:00
str method
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@542 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
14e805e0e6
commit
a5aafd83b2
1 changed files with 4 additions and 0 deletions
|
|
@ -34,3 +34,7 @@ class Logger:
|
|||
|
||||
def endOfOutput (self, linknumber=-1):
|
||||
raise Exception, "abstract function"
|
||||
|
||||
def __str__ (self):
|
||||
return self.__name__
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue