Skip to content

Commit

Permalink
removed version req on dom package
Browse files Browse the repository at this point in the history
dom package is at version 3.2 no need to check aginst 2.0 1.6 ...
  • Loading branch information
mgheorghe committed Jan 15, 2020
1 parent e8352ec commit 8cf36be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions xpath.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cf36be

Please sign in to comment.