just in case for Deprecated modules

This commit is contained in:
Miroslav Stampar 2011-04-14 14:01:47 +00:00
parent eafab03d99
commit 96da7ba4eb

View File

@ -15,6 +15,7 @@ import traceback
import warnings
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
try:
import psyco