weboob-devel/weboob/applications/comparoob/__init__.py
Laurent Bachelier 74a4ef6723 Use the print function everywhere
python modernize.py --no-six -f libmodernize.fixes.fix_print -w

With manual fixes as the import was put always on top.
2014-10-06 17:00:17 +02:00

5 lines
83 B
Python

# -*- coding: utf-8 -*-
from .comparoob import Comparoob
__all__ = ['Comparoob']