PageRenderTime 153ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/examples/browserdetect/platform/BrowserDetectMozilla.py

http://pyjamas.googlecode.com/
Python | 6 lines | 3 code | 3 blank | 0 comment | 0 complexity | 4f80e4b9e85cfdec25a30957b77d1c85 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. class BrowserDetect:
  2. def display(self):
  3. self.l.setText("Mozilla detected. This is the mozilla version of the application.")