exists -proc -> exists -command

This commit is contained in:
df 2020-12-14 14:08:28 +00:00
parent b780b3dda8
commit b59bead2a2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if {![exists -proc class]} { package require oo }
if {![exists -command class]} { package require oo }
class pkg {
name ""