Skip to content

Instantly share code, notes, and snippets.

@ajayhn
ajayhn / ifmap_search.py
Created September 3, 2015 21:33
ifmap-search
#!/usr/bin/python
import logging
from pprint import pformat
import argparse
import sys
reload(sys)
sys.setdefaultencoding('UTF8')
import lxml.etree as et