Mercurial > hg > configuration
diff INSTALL.py @ 135:77dc5a0678c4
update link
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sat, 26 Apr 2014 09:49:22 -0700 (2014-04-26) |
parents | b3023ba3c9ca |
children |
line wrap: on
line diff
--- 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'