Remove empty modules in Hlt2Conf
Addresses #210 (closed) and #211 (closed) by removing Hlt2Conf.setup
and Hlt2Conf.framework
. Removing the latter requires modifying almost all line definitions, as most are based on the original D02HH.py
example which imported configurable
from ..framework
rather than PyConf
. I wonder what big-brain decided that was a good idea