mason.report: Fix using.
parent
1ca3a0cd0b
commit
732a8b8dc5
|
@ -2,8 +2,8 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: assocs combinators.smart debugger fry io.encodings.utf8
|
USING: assocs combinators.smart debugger fry io.encodings.utf8
|
||||||
io.files io.streams.string kernel literals locals mason.common
|
io.files io.streams.string kernel literals locals mason.common
|
||||||
mason.config mason.disk math namespaces sequences xml.syntax
|
mason.config mason.disk math math.parser namespaces sequences
|
||||||
xml.writer ;
|
xml.syntax xml.writer ;
|
||||||
IN: mason.report
|
IN: mason.report
|
||||||
|
|
||||||
: git-link ( id -- link )
|
: git-link ( id -- link )
|
||||||
|
|
Loading…
Reference in New Issue