From 8cf36be354b0a1724bbd1c2318a08fed971c3832 Mon Sep 17 00:00:00 2001 From: Mircea Dan Date: Wed, 15 Jan 2020 09:41:24 -0800 Subject: [PATCH] removed version req on dom package dom package is at version 3.2 no need to check aginst 2.0 1.6 ... --- xpath.tcl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/xpath.tcl b/xpath.tcl index 14b0334..c2b6da9 100644 --- a/xpath.tcl +++ b/xpath.tcl @@ -14,11 +14,7 @@ # for more details. # ------------------------------------------------------------------------- -if { [catch {package require dom 2.0}] } { - if { [catch {package require dom 1.6}] } { - error "require dom package greater than 1.6" - } -} +package require dom namespace eval SOAP::xpath { variable version 0.2