Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-06-14 04:07:04 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-06-14 04:07:04 (GMT)
commit008cb10aa7e72a65c1bbb2cf5ae37bbbb34340f9 (patch)
tree1fb2619bd6fa1f1999b5bf06c5233cec3da4a0b0
parent1311e002005b8ed4489d87cc876d040c0d05cd3c (diff)
erasing old comments
-rw-r--r--activity.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/activity.py b/activity.py
index 7a5b6e6..6b54d25 100644
--- a/activity.py
+++ b/activity.py
@@ -89,7 +89,6 @@ class AcousticMeasureActivity(activity.Activity):
# top toolbar with share and close buttons:
- # try:
from sugar3.graphics.toolbarbox import ToolbarBox
from sugar3.graphics.toolbarbox import ToolbarButton
from sugar3.activity.widgets import ShareButton
@@ -152,16 +151,6 @@ class AcousticMeasureActivity(activity.Activity):
toolbar_box.show()
toolbar = toolbar_box.toolbar
- #except ImportError:
- # toolbox = activity.ActivityToolbox(self)
- # self.set_toolbox(toolbox)
- # toolbox.show()
-
- # self._t_h_bar = atm_toolbars.TempToolbar()
- # toolbox.add_toolbar(_("Atmosphere"), self._t_h_bar)
-
- # self._smoot_bar = smoot_toolbar.SmootToolbar(self)
- # toolbox.add_toolbar(_("Custom metric"), self._smoot_bar)
if not self.powerd_running():
try: