Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-09-18 22:11:57 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-09-18 22:11:57 (GMT)
commitc77dd15c5cef6ee55e60e4ff16e151daf4d0eba5 (patch)
tree5b5175f70b16e6f748b12b49b10ab60b165dcf02 /src
parenta5e756c0857085cc2b6ff79e8ee50aeeae60ad26 (diff)
Fix pylint errors.
Diffstat (limited to 'src')
-rw-r--r--src/view/frame/frame.py1
-rw-r--r--src/view/tabbinghandler.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/view/frame/frame.py b/src/view/frame/frame.py
index c3f0de9..ce28736 100644
--- a/src/view/frame/frame.py
+++ b/src/view/frame/frame.py
@@ -24,7 +24,6 @@ from sugar.graphics import animator
from sugar.graphics import style
from sugar.graphics import palettegroup
-import view.Shell
from view.frame.eventarea import EventArea
from view.frame.activitiestray import ActivitiesTray
from view.frame.zoomtoolbar import ZoomToolbar
diff --git a/src/view/tabbinghandler.py b/src/view/tabbinghandler.py
index e3153b0..b3d4008 100644
--- a/src/view/tabbinghandler.py
+++ b/src/view/tabbinghandler.py
@@ -57,8 +57,6 @@ class TabbingHandler(object):
self._tabbing = False
else:
- shell = view.Shell.get_instance()
-
self._frame.show(self._frame.MODE_NON_INTERACTIVE)
def __timeout_cb(self):