[pyatspi2] Fix traceback when calling document functions



commit 3981be0e0ae3ebbc111448525fe548d2d6806aec
Author: Mike Gorse <mgorse novell com>
Date:   Wed May 4 10:27:29 2011 -0500

    Fix traceback when calling document functions

 pyatspi/document.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/document.py b/pyatspi/document.py
index 610c2a0..bce7d12 100644
--- a/pyatspi/document.py
+++ b/pyatspi/document.py
@@ -14,7 +14,7 @@
 #Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 from gi.repository import Atspi
-import utils
+from utils import *
 
 __all__ = [
            "Document",



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