/examples/browserdetect/platform/BrowserDetectSafari.py
Python | 5 lines | 3 code | 2 blank | 0 comment | 0 complexity | 52bd98aeeff99246711eb62c71092d1d MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- class BrowserDetect:
- def display(self):
- self.l.setText("Safari detected. This is the safari version of the application.")