from __future__ import unicode_literals class ParserError(Exception): """ Base exception for file parsers """ pass