From fc1a5c5f0021570c33c8e52e755eb1f20b10f0eb Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Thu, 9 Jun 2011 10:00:51 +0200 Subject: [abrt] whole code is moved to libreport --- src/report-python/io/GTKIO.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/report-python/io/GTKIO.py (limited to 'src/report-python/io/GTKIO.py') diff --git a/src/report-python/io/GTKIO.py b/src/report-python/io/GTKIO.py deleted file mode 100644 index 4cc8766e..00000000 --- a/src/report-python/io/GTKIO.py +++ /dev/null @@ -1,11 +0,0 @@ -""" - Compatibility with report package -""" - -class GTKIO: - def __init__(self, loginManager = None): - pass - -#class FailDialog(): -# def __init__(self, title, message): -# pass -- cgit