diff options
author | David Barksdale <amatus@amatus.name> | 2015-07-18 20:28:46 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2015-07-18 20:28:46 -0500 |
commit | 688a411dcfb0a07e6f464b30ac6144a0c9602e31 (patch) | |
tree | 3002e14ee28998020ca3fcb6526add3515c50685 /src/cljs/gnunet_web/extractor.cljs | |
parent | 88e5e2307a5bce44a19f452e4b93dc1656c8c874 (diff) |
Upgrade to Hoplon 6 and Boot 2
Diffstat (limited to 'src/cljs/gnunet_web/extractor.cljs')
-rw-r--r-- | src/cljs/gnunet_web/extractor.cljs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cljs/gnunet_web/extractor.cljs b/src/cljs/gnunet_web/extractor.cljs index 1a2f000..cae5076 100644 --- a/src/cljs/gnunet_web/extractor.cljs +++ b/src/cljs/gnunet_web/extractor.cljs @@ -1,5 +1,5 @@ ;; extractor.cljs - libextractor used by gnunet-web website -;; Copyright (C) 2014 David Barksdale <amatus@amatus.name> +;; Copyright (C) 2014,2015 David Barksdale <amatus@amatus.name> ;; ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -14,7 +14,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see <http://www.gnu.org/licenses/>. -(ns gnunet-web.extractor) +(ns gnunet-web.extractor + (:require [client-lib])) (def format-unknown 0) (def format-utf8 1) |