remove unused

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2624 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-05-19 19:57:12 +00:00
parent 6d8f0146d6
commit 43c6ea202d

View file

@ -4,7 +4,7 @@ Simple decorators (usable in Python >= 2.4).
import warnings
import signal
import os
import thread
def deprecated (func):
"""