From c5c2854107561ef687ce8c896dee10565454db82 Mon Sep 17 00:00:00 2001 From: Doug Coleman <doug.coleman@gmail.com> Date: Sun, 9 Dec 2007 11:43:17 -0600 Subject: [PATCH] Fix USE: issue --- extra/editors/editpadpro/editpadpro.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/editors/editpadpro/editpadpro.factor b/extra/editors/editpadpro/editpadpro.factor index 6882a00e45..69a9e2badd 100644 --- a/extra/editors/editpadpro/editpadpro.factor +++ b/extra/editors/editpadpro/editpadpro.factor @@ -1,6 +1,6 @@ USING: definitions kernel parser words sequences math.parser namespaces editors io.launcher windows.shell32 io.files -strings ; +io.paths strings ; IN: editors.editpadpro : editpadpro-path