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

/examples/browserdetect/platform/BrowserDetectIE6.py

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