[clocks] Fixed some imports
- From: Seif Lotfy <seiflotfy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clocks] Fixed some imports
- Date: Wed, 13 Jun 2012 18:31:26 +0000 (UTC)
commit 0f4ade7127f40fdfbf9a734e741a190b835d4071
Author: Seif Lotfy <seif lotfy com>
Date: Wed Jun 13 20:31:08 2012 +0200
Fixed some imports
clocks.py | 1 +
widgets.py | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/clocks.py b/clocks.py
index ab7ba46..5f35804 100644
--- a/clocks.py
+++ b/clocks.py
@@ -27,6 +27,7 @@ from storage import worldclockstorage
from datetime import datetime, timedelta
from pytz import timezone
from timer import TimerWelcomeScreen, TimerScreen, Spinner
+from alarm import AlarmItem
import pytz, time, os
diff --git a/widgets.py b/widgets.py
index cda48d3..500636a 100644
--- a/widgets.py
+++ b/widgets.py
@@ -21,6 +21,7 @@
from gi.repository import Gtk, GObject, Gio, PangoCairo, Pango, GWeather
from gi.repository import Gdk, GdkPixbuf
from storage import Location
+from alarm import AlarmItem
import cairo, time
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]