changed wording

This commit is contained in:
Andreas Preikschat 2013-02-06 21:42:09 +01:00
parent 1fc779e8ed
commit 47fa8209ba
1 changed files with 1 additions and 1 deletions

View File

@ -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: