diff options
Diffstat (limited to 'lib/pilot.moon')
| -rw-r--r-- | lib/pilot.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pilot.moon b/lib/pilot.moon index a442b77..7251f55 100644 --- a/lib/pilot.moon +++ b/lib/pilot.moon @@ -1,4 +1,4 @@ -import Op, EventInput, ValueInput, ColdInput, match from require 'core' +import Op, EventInput, ValueInput, ColdInput, match from require 'core.base' import udp from require 'socket' conn = udp! |
