exists -proc -> exists -command

Test was failing for `sqlite3.open`.
This commit is contained in:
df 2020-12-14 14:32:51 +00:00
parent 9779b82bd1
commit 1d008a1bce
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
source /mod/webif/lib/setup
if {![exists -proc class]} { package require oo }
if {![exists -proc sqlite3.open]} { package require sqlite3 }
if {![exists -proc binary]} { package require binary }
if {![exists -command class]} { package require oo }
if {![exists -command sqlite3.open]} { package require sqlite3 }
if {![exists -command binary]} { package require binary }
require settings.class system.class plugin svc.class
set binaryfields aulEventToRecordInfo