From 9a2f3e2523a15d8ea1d6384957fa50690274ecba Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Thu, 9 Oct 2003 03:11:46 +0000 Subject: [PATCH] added Verify --- direct/src/showbase/PythonUtil.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/showbase/PythonUtil.py b/direct/src/showbase/PythonUtil.py index cc2b5339a9..4a6abbfaf6 100644 --- a/direct/src/showbase/PythonUtil.py +++ b/direct/src/showbase/PythonUtil.py @@ -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: