diff options
Diffstat (limited to 'lib/osc.moon')
| -rw-r--r-- | lib/osc.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/osc.moon b/lib/osc.moon index e73a982..c459a66 100644 --- a/lib/osc.moon +++ b/lib/osc.moon @@ -1,4 +1,4 @@ -import Op, ValueInput, EventInput, ColdInput, match from require 'core' +import Op, ValueInput, EventInput, ColdInput, match from require 'core.base' import pack from require 'osc' import dns, udp from require 'socket' |
