summaryrefslogtreecommitdiffstats
path: root/libreport/src/report-python/io/NewtIO.py
blob: 10eae284488d71d2e97fedd67997d3e1cefcc3e6 (plain)
1
2
3
4
5
6
7
"""
    Compatibility with report package
"""

class NewtIO:
    def __init__(self, screen = None):
        pass