Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 23755043ecaf0c3e2edc914f9b45b2c6 > files > 161

python-eventlet-doc-0.13.0-3.mga4.noarch.rpm

from eventlet import patcher
from eventlet.green import subprocess
from eventlet.green import time

patcher.inject('test.test_subprocess',
    globals(),
    ('subprocess', subprocess),
    ('time', time))

if __name__ == "__main__":
    test_main()