mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +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
|
raise ImportError
|
||||||
|
|
||||||
except ImportError:
|
except ImportError:
|
||||||
warn( "SOAPpy not imported. Trying legacy SOAP.py.",
|
|
||||||
DeprecationWarning )
|
|
||||||
try:
|
try:
|
||||||
import SOAP
|
import SOAP
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
Loading…
Reference in New Issue
Block a user