summaryrefslogtreecommitdiff
path: root/wasp/boot.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-09 19:49:52 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-09 19:49:52 (GMT)
commitb2c5b482d5eaba86441c7c68fefc787cd8076821 (patch)
tree4c8695173ef261e015872a523370eb8f378d1432 /wasp/boot.py
parent3bc59b1c71db1f73d16655c41a5ebc3340882f75 (diff)
wasp: pinetime: Enable filesystem support
Diffstat (limited to 'wasp/boot.py')
-rw-r--r--wasp/boot.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wasp/boot.py b/wasp/boot.py
index baed941..de05e13 100644
--- a/wasp/boot.py
+++ b/wasp/boot.py
@@ -1,3 +1 @@
-import manager
import watch
-wasp = manager.Manager(watch)