summaryrefslogtreecommitdiff
path: root/wasp/boards
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-10 08:33:26 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-10 08:33:26 (GMT)
commita4c62bb8183b0416f1bc02f43e7d46c415eb21f9 (patch)
treee65fc165b201b7d5ce9201f2dcce54a7bc7c987c /wasp/boards
parent399b956eb503c7b86409c470fda076415bd34f9f (diff)
wasp: apps: Remove __init__.py
wasp-os contains circular import dependancies (wasp includes apps which include wasp) but this is normally harmless. However using __init__.py exagerated to the problem and since the benefit of the __init__ file is pretty anyway the let's just remove it.
Diffstat (limited to 'wasp/boards')
-rw-r--r--wasp/boards/pinetime/manifest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py
index 97641d6..d39ed05 100644
--- a/wasp/boards/pinetime/manifest.py
+++ b/wasp/boards/pinetime/manifest.py
@@ -4,7 +4,6 @@
freeze('.', 'watch.py', opt=3)
freeze('../..',
(
- 'apps/__init__.py',
'apps/clock.py',
'apps/flashlight.py',
'apps/launcher.py',