This commit is contained in:
Radovan Bast 2016-05-20 22:03:19 +02:00
parent 8b055107ca
commit f4889cf134

View File

@ -11,7 +11,7 @@ def check_for_yaml():
try: try:
import yaml import yaml
except: except:
sys.stderr.write("ERROR: you need to install the pyaml module\n") sys.stderr.write("ERROR: you need to install the pyyaml package\n")
sys.exit(-1) sys.exit(-1)