diff tools/mira4/mira4_bait.py @ 12:a6a56440567c draft

Uploaded v0.0.2 preview 4, now using MIRA 4.0 (not RC), and sets MIRA4 environment variable during install.
author peterjc
date Mon, 03 Feb 2014 06:25:35 -0500
parents 302d13490b23
children 7fcabeeca5df
line wrap: on
line diff
--- a/tools/mira4/mira4_bait.py	Tue Dec 10 06:29:13 2013 -0500
+++ b/tools/mira4/mira4_bait.py	Mon Feb 03 06:25:35 2014 -0500
@@ -39,7 +39,7 @@
 
 try:
     mira_path = os.environ["MIRA4"]
-except ImportError:
+except KeyError:
     stop_err("Environment variable $MIRA4 not set")
 mira_binary = os.path.join(mira_path, "mirabait")
 if not os.path.isfile(mira_binary):