Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat.py
diff options
context:
space:
mode:
Diffstat (limited to 'chat.py')
-rw-r--r--chat.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/chat.py b/chat.py
index 2a4e74f..b9a3783 100644
--- a/chat.py
+++ b/chat.py
@@ -26,6 +26,7 @@ from datetime import datetime
from sugar import profile
from sugar.activity.activity import Activity, ActivityToolbox
from sugar.activity import activityfactory
+from sugar.graphics.alert import NotifyAlert
from sugar.graphics.style import (Color, COLOR_BLACK, COLOR_WHITE,
FONT_BOLD, FONT_NORMAL)
from sugar.graphics.roundbox import CanvasRoundBox
@@ -46,8 +47,6 @@ from telepathy.constants import (
CONNECTION_STATUS_CONNECTED, CONNECTION_STATUS_DISCONNECTED,
CONNECTION_STATUS_CONNECTING)
-from notify import NotifyAlert
-
logger = logging.getLogger('chat-activity')
class Chat(Activity):