From 47fa8209ba9c5e9d47cc124e95e811f7188070c7 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Wed, 6 Feb 2013 21:42:09 +0100 Subject: [PATCH] changed wording --- scripts/check_dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_dependencies.py b/scripts/check_dependencies.py index 2035d1bb0..52b832c48 100755 --- a/scripts/check_dependencies.py +++ b/scripts/check_dependencies.py @@ -40,7 +40,7 @@ import os import sys from distutils.version import LooseVersion -# If we import uno before nose this will greate a warning. Just try to import nose first to supress the warning. +# If we try to import uno before nose this will greate a warning. Just try to import nose first to supress the warning. try: import nose except ImportError: