Package omeroweb :: Package webgateway :: Package tests
[hide private]
[frames] | no frames]

Source Code for Package omeroweb.webgateway.tests

1  try: 
2      from unittests import * 
3  except ImportError: 
4      # Happens if the PYTHONPATH is not correct, which is what happens when all you are 
5      # trying to import is seleniumbase 
6      pass 
7