[gcompris/gcomprixogoo] Added python uuid module to be embedded on windows



commit 16a3e16a9544140995532af9ab9a639b3ea96f3b
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sun Oct 24 23:37:24 2010 +0200

    Added python uuid module to be embedded on windows
    
    This module is now used in the chat activity.

 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 cc68d71..c9cabc8 100755
--- a/tools/py2exe/gcompris.py
+++ b/tools/py2exe/gcompris.py
@@ -21,6 +21,7 @@ import cairo
 import pangocairo
 import atk
 import gobject
+import uuid
 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]