diff --git a/hyrule/control.hy b/hyrule/control.hy index 134a5465..9769d95d 100644 --- a/hyrule/control.hy +++ b/hyrule/control.hy @@ -1,7 +1,7 @@ (require hyrule.macrotools [defmacro!]) (import - hyrule.collections [prewalk by2s] + hyrule.collections [by2s] hyrule.iterables [coll?] hyrule.misc [inc])