google.translate: fix using.

db4
John Benediktsson 2012-07-19 13:56:13 -07:00
parent 1a73e79ef7
commit 20613bc4e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2010 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: assocs combinators fry grouping http.client io
json.reader kernel locals namespaces sequences ;
json.reader kernel locals make namespaces sequences ;
IN: google.translate
CONSTANT: google-translate-url "http://ajax.googleapis.com/ajax/services/language/translate"