Guest User

Untitled

a guest
Jul 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. ##########################################################################################
  4. # ADD GLOBALS TO BE USED Inside your doctests there
  5. ##########################################################################################
  6. from Products.Five.testbrowser import Browser
  7. browser = Browser()
  8. from copy import deepcopy
  9. import zope
  10. from pprint import pprint
  11. from Products.statusmessages.interfaces import IStatusMessage
Add Comment
Please, Sign In to add comment