Trying to fix headers

tildatorch
Alistair MacDonald 2018-08-28 23:35:45 +01:00 committed by GitHub
parent 2399c9c589
commit 5c528d1411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -1,15 +1,16 @@
"""SMS app for reading and sending messages """SMS app for reading and sending messages
""" """
___name___ = "SMS" ___name___ = "Phone"
___license___ = "MIT" ___license___ = "MIT"
___dependencies___ = ["dialogs", "ugfx_helper", "app", "stack_nav", "sim800"] ___dependencies___ = ["app", "dialogs", "sim800", "ugfx_helper"]
___categories___ = ["System"] ___categories___ = ["System"]
___bootstrapped___ = True ___bootstrapped___ = True
import sim800
import ugfx_helper, ugfx
from app import * from app import *
from dialogs import * from dialogs import *
import ugfx
import ugfx_helper
import sim800
ugfx_helper.init() ugfx_helper.init()
ugfx.clear() ugfx.clear()