diff options
| author | Rhody Lugo | 2017-11-09 11:58:29 -0400 |
|---|---|---|
| committer | Rhody Lugo | 2017-11-09 11:58:29 -0400 |
| commit | 7957bbf558832a1481043c974cef4d22f2837540 (patch) | |
| tree | 423d7d743bcc69dee4a2783baa23c450efcc6fcc /platform/android/detect.py | |
| parent | 7664a0feacf8f89b81f0bb5f6a224c080dbe5c8b (diff) | |
| download | godot-7957bbf558832a1481043c974cef4d22f2837540.tar.gz godot-7957bbf558832a1481043c974cef4d22f2837540.tar.zst godot-7957bbf558832a1481043c974cef4d22f2837540.zip | |
Diffstat (limited to 'platform/android/detect.py')
| -rw-r--r-- | platform/android/detect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py index 3914e6517..966de832e 100644 --- a/platform/android/detect.py +++ b/platform/android/detect.py @@ -2,6 +2,7 @@ import os import sys import string import platform +from distutils.version import LooseVersion def is_active(): |
