Add docstring for update_3rdparty.update_ace

This commit is contained in:
Florian Bruhin 2016-09-07 13:02:48 +02:00
parent 3d9b33f6a5
commit 6831177f2e

View File

@ -97,6 +97,10 @@ def update_dmg_makefile():
def update_ace():
"""Update ACE.
See https://ace.c9.io/ and https://github.com/ajaxorg/ace-builds/
"""
print("Updating ACE...")
url = 'https://raw.githubusercontent.com/ajaxorg/ace-builds/master/src/ace.js'
target_path = os.path.join('tests', 'end2end', 'data', 'hints', 'ace',