python modernize.py --no-six -f libmodernize.fixes.fix_print -w With manual fixes as the import was put always on top.
5 lines
83 B
Python
5 lines
83 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from .comparoob import Comparoob
|
|
|
|
__all__ = ['Comparoob']
|