diff options
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ try: from pip.req import parse_requirements from pip.download import PipSession except ImportError: - print('[libbmc] pip not found.') + print('Cannot find pip.') raise # Get requirements from the requirements.txt file. |
