Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
proc
/
self
/
root
/
usr
/
lib64
/
python2.7
/
site-packages
/
M2Crypto
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/self/root/usr/lib64/python2.7/site-packages/M2Crypto/threading.py
""" M2Crypto threading support, required for multithreaded applications. Copyright (c) 1999-2003 Ng Pheng Siong. All rights reserved.""" # M2Crypto import m2 def init(): """ Initialize threading support. """ m2.threading_init() def cleanup(): """ End and cleanup threading support. """ m2.threading_cleanup()