I was tired of that stupid warning.

This commit is contained in:
Jeremy Fincher 2005-02-02 21:05:25 +00:00
parent 7988af4abe
commit e13c958c9d

View File

@ -39,8 +39,6 @@ try:
raise ImportError
except ImportError:
warn( "SOAPpy not imported. Trying legacy SOAP.py.",
DeprecationWarning )
try:
import SOAP
except ImportError: