exists -proc -> exists -command

Test was failing for `sqlite3.open`
This commit is contained in:
df 2020-12-14 14:14:03 +00:00
parent 397d383051
commit 6fc0acf22f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
source /mod/webif/lib/setup
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 settings.class progressbar rsv.class mwildcard svc.class