summaryrefslogtreecommitdiff
path: root/tests/regrtest_data/import_assign.py
blob: c01cd52f72713ecb6dfe28934e988229922f54ba (plain)
1
2
3
4
5
import shmixml.dom.minidom
import xml.dom.minidom

if 'dom' not in xml.__dict__:
  xml.dom = shmixml.dom