[gedit] Import xml.sax instead of xml to properly import the sax module
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: svn-commits-list gnome org
- Subject: [gedit] Import xml.sax instead of xml to properly import the sax module
- Date: Sat, 23 May 2009 15:45:43 -0400 (EDT)
commit 7eccfa04f03334db9b58d4dde03115edd103af16
Author: Jesse van den Kieboom <jesse icecrew nl>
Date: Sat May 23 21:45:33 2009 +0200
Import xml.sax instead of xml to properly import the sax module
---
plugins/quickopen/quickopen/popup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/quickopen/quickopen/popup.py b/plugins/quickopen/quickopen/popup.py
index 0883fb0..e228c65 100644
--- a/plugins/quickopen/quickopen/popup.py
+++ b/plugins/quickopen/quickopen/popup.py
@@ -25,7 +25,7 @@ import gio
import pango
import fnmatch
import gedit
-import xml
+import xml.sax
from virtualdirs import VirtualDirectory
class Popup(gtk.Dialog):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]