]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/unix/unix.factor
Fix load errors related to utf16n being moved to io.encodings.utf16n
[factor.git] / basis / tools / deploy / unix / unix.factor
index 5e1d0be7fb5a9471b6112422b134f9069c0810cd..bd49155e8442f4d7d48f33aeae815a54e0d06647 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008 James Cash
 ! See http://factorcode.org/license.txt for BSD license.
 USING: io io.files io.backend kernel namespaces make sequences
-system tools.deploy.backend tools.deploy.config assocs
-hashtables prettyprint ;
+system tools.deploy.backend tools.deploy.config
+tools.deploy.config.editor assocs hashtables prettyprint ;
 IN: tools.deploy.unix
 
 : create-app-dir ( vocab bundle-name -- vm )