mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
I was tired of that stupid warning.
This commit is contained in:
parent
7988af4abe
commit
e13c958c9d
@ -39,8 +39,6 @@ try:
|
||||
raise ImportError
|
||||
|
||||
except ImportError:
|
||||
warn( "SOAPpy not imported. Trying legacy SOAP.py.",
|
||||
DeprecationWarning )
|
||||
try:
|
||||
import SOAP
|
||||
except ImportError:
|
||||
|
Loading…
Reference in New Issue
Block a user