Revision 883e57b0 image_creator/dialog_main.py

b/image_creator/dialog_main.py
33 33
# interpreted as representing official policies, either expressed
34 34
# or implied, of GRNET S.A.
35 35

  
36
import gevent.monkey  # Monkey-patch everything for gevent early on
37
gevent.monkey.patch_all()
38

  
36 39
import dialog
37 40
import sys
38 41
import os

Also available in: Unified diff