Use version directly

readthedocs is lame and uses python3.5 which cannot parse the
files
This commit is contained in:
Neil Booth 2018-07-12 00:53:59 +08:00 committed by Vivek Teega
parent 4585ef16ed
commit d88eb8c505

View File

@ -15,7 +15,8 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
from electrumx.server.version import VERSION
#from electrumx.server.version import VERSION
VERSION="1.4.4p2"
# -- Project information -----------------------------------------------------