##// END OF EJS Templates
better wording
Paul Ivanov -
Show More
@@ -7,10 +7,10 b' try:'
7 from jsonschema import Draft3Validator as Validator
7 from jsonschema import Draft3Validator as Validator
8 except ImportError as e:
8 except ImportError as e:
9 verbose_msg = """
9 verbose_msg = """
10
11 IPython depends on the jsonschema package: https://pypi.python.org/pypi/jsonschema
10
12
11 The `jsonschema` packages is now a hard dependency for IPython
13 Please install it first.
12
13 You can install it using `pip install jsonschema`
14 """
14 """
15 raise ImportError(e.message + verbose_msg)
15 raise ImportError(e.message + verbose_msg)
16 import jsonpointer as jsonpointer
16 import jsonpointer as jsonpointer
General Comments 0
You need to be logged in to leave comments. Login now