diff --git a/cps.py b/cps.py index ab9896ce..277da288 100755 --- a/cps.py +++ b/cps.py @@ -16,6 +16,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +try: + from gevent import monkey + monkey.patch_all() +except ImportError: + pass import sys import os