From 1bc406d0fb8704a7a71dcdf52f54dc6f5b4e5921 Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Tue, 31 Mar 2009 16:59:10 +0000 Subject: Ajout de tests --- (limited to 'src/sugar/tutorius/gtkutils.py') diff --git a/src/sugar/tutorius/gtkutils.py b/src/sugar/tutorius/gtkutils.py index bbd8863..a745b9d 100644 --- a/src/sugar/tutorius/gtkutils.py +++ b/src/sugar/tutorius/gtkutils.py @@ -19,11 +19,6 @@ Utility classes and functions that are gtk related """ import gtk -def activity(activity=None, singleton=[]): - if activity: - singleton.append(activity) - return singleton[0] - def find_widget(base, target_fqdn): """Find a widget by digging into a parent widget's children tree -- cgit v0.9.1