summaryrefslogtreecommitdiffstats
path: root/libreport/src/report-python/io/NewtIO.py
diff options
context:
space:
mode:
Diffstat (limited to 'libreport/src/report-python/io/NewtIO.py')
-rw-r--r--libreport/src/report-python/io/NewtIO.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/libreport/src/report-python/io/NewtIO.py b/libreport/src/report-python/io/NewtIO.py
new file mode 100644
index 00000000..10eae284
--- /dev/null
+++ b/libreport/src/report-python/io/NewtIO.py
@@ -0,0 +1,7 @@
+"""
+ Compatibility with report package
+"""
+
+class NewtIO:
+ def __init__(self, screen = None):
+ pass