diff options
| author | Rémi Verschelde | 2016-04-02 20:26:12 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-04-02 20:26:12 +0200 |
| commit | 0a5472e697dee57956c2583a50bc5cf5faada5d8 (patch) | |
| tree | 62e9d9616c9529cee5c6c85e18415bc8745966fe /platform/isim/detect.py | |
| parent | 48f057ea816f4ae4b917cb110e399fcbfb4234a0 (diff) | |
| download | godot-0a5472e697dee57956c2583a50bc5cf5faada5d8.tar.gz godot-0a5472e697dee57956c2583a50bc5cf5faada5d8.tar.zst godot-0a5472e697dee57956c2583a50bc5cf5faada5d8.zip | |
Diffstat (limited to 'platform/isim/detect.py')
| -rw-r--r-- | platform/isim/detect.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/isim/detect.py b/platform/isim/detect.py index 0adbd9f41..809b0ac36 100644 --- a/platform/isim/detect.py +++ b/platform/isim/detect.py @@ -4,10 +4,10 @@ import sys def is_active(): return False - + def get_name(): return "iSIM" - + def can_build(): |
