Commit 9f4eb6b7 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

[Patch #679505] Silence DeprecationWarning when testing rotor module

parent 360088f2
import warnings
warnings.filterwarnings("ignore",
category=DeprecationWarning,
message='.*is deprecated', module=__name__)
import rotor
r = rotor.newrotor("you'll never guess this")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment