]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/geo-ip/geo-ip.factor
http.download: fix for new changes
[factor.git] / extra / geo-ip / geo-ip.factor
index 4e8cfac746658a7dd64a4579b4bd8f9ad416297b..20e000f7d9389297df79b77e4a21d31adf3e6565 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs combinators combinators.smart csv
-grouping http.client interval-maps io.encodings.ascii io.files
+grouping http.download interval-maps io.encodings.ascii io.files
 io.files.temp io.launcher io.pathnames ip-parser kernel math
 math.parser sequences splitting strings ;
 IN: geo-ip