[Rivet-svn] r2392 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Apr 7 18:12:57 BST 2010


Author: buckley
Date: Wed Apr  7 18:12:54 2010
New Revision: 2392

Log:
Disabling ipython shell -- it just got in the way, especially when doing something like rivet-rescale --help!

Modified:
   trunk/bin/rivet-rescale

Modified: trunk/bin/rivet-rescale
==============================================================================
--- trunk/bin/rivet-rescale	Mon Apr  5 23:04:10 2010	(r2391)
+++ trunk/bin/rivet-rescale	Wed Apr  7 18:12:54 2010	(r2392)
@@ -51,11 +51,11 @@
         l.log(level, msg)
     logging.log = _logit
 
-try:
-    from IPython.Shell import IPShellEmbed
-    ipshell = IPShellEmbed([])
-except:
-    logging.info("Ipython shell not available.")
+#try:
+#    from IPython.Shell import IPShellEmbed
+#    ipshell = IPShellEmbed([])
+#except:
+#    logging.info("Ipython shell not available.")
 
 
 ## Try to load faster but non-standard cElementTree module


More information about the Rivet-svn mailing list