Index: openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl	30 Mar 2007 19:29:56 -0000	1.4
+++ openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl	2 Apr 2007 09:09:17 -0000	1.5
@@ -211,11 +211,8 @@
 	# We are during initialization. For some unknown reasons, XOTcl 
 	# is not available in newly created threads, so we have to care 
 	# for full initialization, including xotcl blueprint.
-	set initcmd {
-	  package req XOTcl
-	  namespace import -force ::xotcl::*
-	}
-	append initcmd [::Serializer all]
+	_ns_savenamespaces
+	set initcmd [ns_ictl get]
       }
       append initcmd [my set initcmd]