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/accountmanager.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/report-python/accountmanager.py (limited to 'src/report-python/accountmanager.py') diff --git a/src/report-python/accountmanager.py b/src/report-python/accountmanager.py deleted file mode 100644 index db8ed117..00000000 --- a/src/report-python/accountmanager.py +++ /dev/null @@ -1,6 +0,0 @@ -""" - Compatibility with report package -""" - -class AccountManager: - pass -- cgit