remove comment to kick builders

This commit is contained in:
meejah 2017-04-26 15:27:06 -06:00
parent a5095bbce5
commit b0e291b431

View File

@ -31,7 +31,6 @@ def read_version_py(infname):
if 2 != sys.version_info.major:
raise RuntimeError("Python version 2 is required")
# source all the other data
VERSION_PY_FILENAME = 'src/allmydata/_version.py'
version = read_version_py(VERSION_PY_FILENAME)