##// END OF EJS Templates
import argparse from external
Matthias BUSSONNIER -
Show More
@@ -3,7 +3,7 b''
3
3
4 from IPython.external.jsonschema import Draft3Validator, validate, ValidationError
4 from IPython.external.jsonschema import Draft3Validator, validate, ValidationError
5 import IPython.external.jsonpointer as jsonpointer
5 import IPython.external.jsonpointer as jsonpointer
6 import argparse
6 from IPython.external import argparse
7 import traceback
7 import traceback
8 import json
8 import json
9
9
General Comments 0
You need to be logged in to leave comments. Login now