aboutsummaryrefslogtreecommitdiffstats
path: root/lib/time.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-13 18:40:35 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-14 08:46:54 +0000
commit1a8debe87762072b3a63b769aa515ebf63b4c70d (patch)
tree33b42866307d11d2c0878b23e0ec0bb8925d3fcc /lib/time.moon
parentspec base.match __tostring (diff)
downloadalive-1a8debe87762072b3a63b769aa515ebf63b4c70d.tar.gz
alive-1a8debe87762072b3a63b769aa515ebf63b4c70d.zip
move into proper Lua module (`alv`)
Diffstat (limited to 'lib/time.moon')
-rw-r--r--lib/time.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/time.moon b/lib/time.moon
index 344b5fa..2589d96 100644
--- a/lib/time.moon
+++ b/lib/time.moon
@@ -1,7 +1,7 @@
import
ValueStream, EventStream, IOStream,
Error, Op, Input, val, evt
-from require 'core.base'
+from require 'alv.base'
import monotime from require 'system'
class Clock extends IOStream