Trying to fix headers

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

View File

@ -2,14 +2,15 @@
""" """
___name___ = "Phone" ___name___ = "Phone"
___license___ = "MIT" ___license___ = "MIT"
___dependencies___ = ["dialogs", "app", "sim800"] ___dependencies___ = ["app", "dialogs", "sim800", "ugfx_helper"]
___categories___ = ["System"] ___categories___ = ["System"]
___bootstrapped___ = True ___bootstrapped___ = True
from app import * from app import *
from dialogs import * from dialogs import *
import ugfx
import ugfx_helper
import sim800 import sim800
import ugfx_helper, ugfx
ugfx_helper.init() ugfx_helper.init()
ugfx.clear() ugfx.clear()