[orca] Tweak for the brlmon fix



commit 0c77a64fa3f39638827aea4df08870c401537a9c
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Apr 3 16:46:42 2012 -0400

    Tweak for the brlmon fix

 src/orca/braille.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/braille.py b/src/orca/braille.py
index 7199d4f..bf34e36 100644
--- a/src/orca/braille.py
+++ b/src/orca/braille.py
@@ -56,6 +56,8 @@ except:
     _brlAPIAvailable = False
     _brlAPIRunning = False
 
+import settings
+
 try:
     # This can fail due to gtk not being available.  We want to
     # be able to recover from that if possible.  The main driver
@@ -69,7 +71,6 @@ except:
 import debug
 import eventsynthesizer
 import orca_state
-import settings
 
 # Right now, the orca autogen.sh/configure needs a priori knowledge of
 # where the liblouis tables are.  When running autogen.sh/configure,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]