# HG changeset patch # User Jeff Hammel # Date 1398530962 25200 # Node ID 77dc5a0678c4bed5b22407ed02e97f4fe1c69d86 # Parent 591701680debad31d6e3face306995c06cdc0947 update link diff -r 591701680deb -r 77dc5a0678c4 INSTALL.py --- a/INSTALL.py Sat Apr 26 08:56:22 2014 -0700 +++ b/INSTALL.py Sat Apr 26 09:49:22 2014 -0700 @@ -11,10 +11,10 @@ import subprocess try: from subprocess import check_call as call -except: +except ImportError: from subprocess import call -REPO='http://k0s.org/mozilla/hg/configuration' +REPO='http://k0s.org/hg/configuration' DEST='configuration' # name of the virtualenv VIRTUALENV='https://raw.github.com/pypa/virtualenv/develop/virtualenv.py'