From c96bab437f21aea116bfe5608bb43c9cd26fb904 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 21 Dec 2010 19:25:05 +0100 Subject: src/report-python: add report package compatibility Signed-off-by: Denys Vlasenko --- src/report-python/accountmanager.py | 6 ++++++ 1 file changed, 6 insertions(+) create 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 new file mode 100644 index 00000000..db8ed117 --- /dev/null +++ b/src/report-python/accountmanager.py @@ -0,0 +1,6 @@ +""" + Compatibility with report package +""" + +class AccountManager: + pass -- cgit