From 6ed1b04bbe576227bef5178b0cca00c42c30f304 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 12 Mar 2012 13:27:07 +0000 Subject: [PATCH] minor update --- lib/core/profiling.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/profiling.py b/lib/core/profiling.py index 1baf42252..cd8ad7526 100644 --- a/lib/core/profiling.py +++ b/lib/core/profiling.py @@ -30,8 +30,7 @@ def profile(profileOutputFile=None, dotOutputFile=None, imageOutputFile=None): except ImportError, e: errMsg = "profiling requires third-party libraries (%s). " % getUnicode(e, UNICODE_ENCODING) errMsg += "Quick steps:%s" % os.linesep - errMsg += "1) Install http://code.google.com/p/pydot/%s" % os.linesep - errMsg += "2) sudo apt-get install python-pyparsing python-profiler graphviz" + errMsg += "1) sudo apt-get install python-pydot python-pyparsing python-profiler graphviz" logger.error(errMsg) return