Guest User

Untitled

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Index: output.py
  2. ===================================================================
  3. --- output.py (revision 250)
  4. +++ output.py (working copy)
  5. @@ -422,6 +422,9 @@
  6. Hello!
  7. """
  8.  
  9. + def __init__(self, *args, **kwargs):
  10. + pass
  11. +
  12. def __call__(self, stream):
  13. for kind, data, pos in stream:
  14. if kind is TEXT:
Add Comment
Please, Sign In to add comment