Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/alert.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/alert.py')
-rw-r--r--examples/alert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/alert.py b/examples/alert.py
index 4eda9ce..8926abe 100644
--- a/examples/alert.py
+++ b/examples/alert.py
@@ -1,6 +1,6 @@
from gi.repository import Gtk
-from sugar3.graphics.alert import Alert, TimeoutAlert
+from sugar3.graphics.alert import TimeoutAlert
def _destroy_cb(widget, data=None):
Gtk.main_quit()