[orca] Pylinting of garbage throwaway code.
- From: William Walker <wwalker src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Pylinting of garbage throwaway code.
- Date: Sat, 20 Feb 2010 16:04:05 +0000 (UTC)
commit 95587a9de9d220a89f5202dcb0b2c1173ca68cd7
Author: Willie Walker <wwalker gnome org>
Date: Sat Feb 20 11:03:46 2010 -0500
Pylinting of garbage throwaway code.
src/orca/gsmag.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/gsmag.py b/src/orca/gsmag.py
index e00305c..0059376 100644
--- a/src/orca/gsmag.py
+++ b/src/orca/gsmag.py
@@ -40,6 +40,8 @@ import eventsynthesizer
import settings
import speech
+from orca_i18n import _
+
# If True, the magnifier is active
#
_isActive = False
@@ -420,7 +422,7 @@ def __setupZoomer(restore=None):
[0, 0, _screenWidth, _screenHeight])
__updateROIDimensions()
_magnifier.addZoomRegion(zoomerPath)
- _zoomer= _bus.get_object('org.freedesktop.Magnifier', zoomerPath);
+ _zoomer = _bus.get_object('org.freedesktop.Magnifier', zoomerPath)
def __updateROIDimensions():
"""Updates the ROI width, height, and maximum and minimum values.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]