[billreminder: 5/17] Removed deprecated imports.
- From: Og B. Maciel <ogmaciel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [billreminder: 5/17] Removed deprecated imports.
- Date: Thu, 24 Feb 2011 01:55:48 +0000 (UTC)
commit 4f0cfda7d8b321be169e70f3f1a5f4b52cc53a29
Author: Luiz Armesto <luiz armesto gmail com>
Date: Mon Aug 16 00:41:42 2010 -0300
Removed deprecated imports.
src/gui/maindialog.py | 1 -
src/gui/widgets/viewbill.py | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/maindialog.py b/src/gui/maindialog.py
index 4891034..514f4c1 100644
--- a/src/gui/maindialog.py
+++ b/src/gui/maindialog.py
@@ -19,7 +19,6 @@ from gui.widgets.chartwidget import ChartWidget
from gui.widgets.timeline import Timeline, Bullet
# Import data model modules
-from lib.bill import Bill
from lib.actions import Actions
# Import common utilities
diff --git a/src/gui/widgets/viewbill.py b/src/gui/widgets/viewbill.py
index 41237f6..1072162 100644
--- a/src/gui/widgets/viewbill.py
+++ b/src/gui/widgets/viewbill.py
@@ -7,7 +7,6 @@ import locale
import datetime
from gui.widgets.genericlistview import GenericListView
-from lib.bill import Bill
from lib import i18n
from lib import utils
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]