Remove the outer test for __name__; not necessary.
This commit is contained in:
parent
72d421b75c
commit
5750017563
|
@ -13,7 +13,6 @@ sax -- The Simple API for XML, developed by XML-Dev, led by David
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "xml":
|
|
||||||
try:
|
try:
|
||||||
import _xmlplus
|
import _xmlplus
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Reference in New Issue