#!/bin/sh
# CHECK-INSTALL

. ./funcs.sh

python -c 'import xml.dom.minidom' 2>/dev/null || \
fail "can't import xml.dom.minidom"
