mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 09:50:23 +00:00
Add copyright and missing docs.
This commit is contained in:
parent
2f730f4e13
commit
eb30191bb0
3 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: iso-8859-1 -*-
|
||||
# Copyright (C) 2006-2011 Bastian Kleineidam
|
||||
# Copyright (C) 2006-2012 Bastian Kleineidam
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: iso-8859-1 -*-
|
||||
# Copyright (C) 2000-2009 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2012 Bastian Kleineidam
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
|||
|
|
@ -237,6 +237,7 @@ def has_encoding (encoding):
|
|||
|
||||
# instantiate option parser and configure options
|
||||
class MyOptionParser (LCOptionParser):
|
||||
"""Option parser for LinkChecker commandline client."""
|
||||
|
||||
def get_usage (self):
|
||||
"""Return translated usage text."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue