[gcompris] windows build, added xml support to python.



commit e5b33ff817b2e32e7948789d0f7252d2205e2c7a
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Thu Aug 15 08:22:15 2013 +0200

    windows build, added xml support to python.

 tools/py2exe/gcompris.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tools/py2exe/gcompris.py b/tools/py2exe/gcompris.py
index 772a375..1c15cd4 100755
--- a/tools/py2exe/gcompris.py
+++ b/tools/py2exe/gcompris.py
@@ -24,6 +24,7 @@ import gobject
 import uuid
 import ConfigParser
 import gio
+import xml.dom.minidom
 from sqlite3 import dbapi2 as sqlite
 
 print "Hello gcompris world now"


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