aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sc.moon
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sc.moon')
-rw-r--r--lib/sc.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sc.moon b/lib/sc.moon
index b30e30d..bae252a 100644
--- a/lib/sc.moon
+++ b/lib/sc.moon
@@ -1,4 +1,4 @@
-import Op, EventInput, ColdInput, match from require 'core'
+import Op, EventInput, ColdInput, match from require 'core.base'
import pack from require 'osc'
import dns, udp from require 'socket'