print("import: 'lxml'")
import lxml

print("import: 'lxml.etree'")
import lxml.etree

print("import: 'lxml.objectify'")
import lxml.objectify

