added Verify
This commit is contained in:
parent
2eba62574a
commit
9a2f3e2523
|
|
@ -7,6 +7,8 @@ import inspect
|
|||
import os
|
||||
import sys
|
||||
|
||||
from Verify import *
|
||||
|
||||
|
||||
# NOTE: ifAbsentPut has been replaced with Python's dictionary's builtin setdefault
|
||||
# before:
|
||||
|
|
|
|||
Loading…
Reference in New Issue