diff options
Diffstat (limited to 'platform/bb10/detect.py')
-rw-r--r-- | platform/bb10/detect.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/bb10/detect.py b/platform/bb10/detect.py index f134a9df19..9ab94e619a 100644 --- a/platform/bb10/detect.py +++ b/platform/bb10/detect.py @@ -6,7 +6,7 @@ import methods def is_active(): return True - + def get_name(): return "BlackBerry 10" @@ -36,7 +36,7 @@ def get_flags(): ('tools', 'no'), ('nedmalloc', 'no'), ('theora', 'no'), - + ] def configure(env): |