Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/clock.py
diff options
context:
space:
mode:
Diffstat (limited to 'clock.py')
-rwxr-xr-xclock.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/clock.py b/clock.py
index 102c36d..2d4bddc 100755
--- a/clock.py
+++ b/clock.py
@@ -79,12 +79,6 @@ try:
except ImportError:
OLD_TOOLBAR = True
-from sugar.graphics.toolbutton import ToolButton
-from sugar.graphics.xocolor import XoColor
-from sugar import profile
-from sugar.bundle.activitybundle import ActivityBundle
-from sugar.graphics.icon import Icon
-
import math
from datetime import datetime
import threading