##// END OF EJS Templates
remove unused pyparsing
Julian Taylor -
Show More

The requested changes are too big and content was truncated. Show full diff

@@ -115,8 +115,7 b' class PrefilterManager(Configurable):'
115 115 The transformers are instances of :class:`PrefilterTransformer` and have
116 116 a single method :meth:`transform` that takes a line and returns a
117 117 transformed line. The transformation can be accomplished using any
118 tool, but our current ones use regular expressions for speed. We also
119 ship :mod:`pyparsing` in :mod:`IPython.external` for use in transformers.
118 tool, but our current ones use regular expressions for speed.
120 119
121 120 After all the transformers have been run, the line is fed to the checkers,
122 121 which are instances of :class:`PrefilterChecker`. The line is passed to
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now