aboutsummaryrefslogtreecommitdiffstats
path: root/lib/builtin.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-02-10 14:30:03 +0000
committers-ol <s-ol@users.noreply.github.com>2020-02-10 14:31:39 +0000
commit2174e57f3626b95b69eeb543f1d11ee867b67a63 (patch)
tree28e4483952928d5babe04b57cb57bad1da723128 /lib/builtin.moon
parentswitch from luaposix to luasystem (diff)
downloadalive-2174e57f3626b95b69eeb543f1d11ee867b67a63.tar.gz
alive-2174e57f3626b95b69eeb543f1d11ee867b67a63.zip
reorganization
Diffstat (limited to 'lib/builtin.moon')
-rw-r--r--lib/builtin.moon3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/builtin.moon b/lib/builtin.moon
index 5c3d7d4..b4d6dc7 100644
--- a/lib/builtin.moon
+++ b/lib/builtin.moon
@@ -1,5 +1,4 @@
-import Action, Const, Cell from require 'base'
-import Scope from require 'scope'
+import Const, Cell, Action, Scope from require 'core'
class UpdateChildren
new: (@children) =>