exists -proc -> exists -command

Test was failing for `sqlite3.open`.
This commit is contained in:
df 2020-12-14 14:27:41 +00:00
parent 6ac4216d44
commit 0f678564b8
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
source /mod/webif/lib/setup
package require cgi
if {![exists -proc class]} { package require oo }
if {![exists -proc sqlite3.open]} { package require sqlite3 }
if {![exists -command class]} { package require oo }
if {![exists -command sqlite3.open]} { package require sqlite3 }
require system.class xml.class
set ::tvdb::apikey 1764335F804A5A91