exists -proc -> exists -command

Test was failing for `sqlite3.open`, `xconv`.
This commit is contained in:
df 2020-12-14 14:36:20 +00:00
parent 954ddf6d8b
commit 5f29ab2f4d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
if {![exists -proc class]} { package require oo }
if {![exists -proc pack]} { package require pack }
if {![exists -proc xconv]} { package require xconv }
if {![exists -command class]} { package require oo }
if {![exists -command pack]} { package require pack }
if {![exists -command xconv]} { package require xconv }
source /mod/webif/lib/setup
require system.class tvdb.class classdump