python-2.5.2/win32/tcl/reg1.1/pkgIndex.tcl
changeset 0 ae805ac0140d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python-2.5.2/win32/tcl/reg1.1/pkgIndex.tcl	Fri Apr 03 17:19:34 2009 +0100
@@ -0,0 +1,9 @@
+if {![package vsatisfies [package provide Tcl] 8]} {return}
+if {[string compare $::tcl_platform(platform) windows]} {return}
+if {[info exists ::tcl_platform(debug)]} {
+    package ifneeded registry 1.1.3 \
+            [list load [file join $dir tclreg11g.dll] registry]
+} else {
+    package ifneeded registry 1.1.3 \
+            [list load [file join $dir tclreg11.dll] registry]
+}