changeset 135:77dc5a0678c4

update link
author Jeff Hammel <k0scist@gmail.com>
date Sat, 26 Apr 2014 09:49:22 -0700
parents 591701680deb
children b97c454cfa3b
files INSTALL.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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'