PageRenderTime 35ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 1ms

/examples/browserdetect/platform/BrowserDetectOldMoz.py

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