summaryrefslogtreecommitdiff
path: root/src/clojure/io/cons/carddav_sync/authentication_service.clj
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2013-09-18 20:49:02 -0500
committerDavid Barksdale <amatus@amatus.name>2013-09-18 20:49:02 -0500
commita2463668724a54ad67bba4f902cff4a3bc21ea2e (patch)
treecfe4f4c26d56feb1c0c47bcb697da43b7ee6b459 /src/clojure/io/cons/carddav_sync/authentication_service.clj
parente9cf8195c63e25dbefdb6aec5a9b6d912f070a92 (diff)
Apparently I have to also :require genclasses.
Clearly I have no idea what's going on here or how namespaces and genclass works.
Diffstat (limited to 'src/clojure/io/cons/carddav_sync/authentication_service.clj')
-rw-r--r--src/clojure/io/cons/carddav_sync/authentication_service.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clojure/io/cons/carddav_sync/authentication_service.clj b/src/clojure/io/cons/carddav_sync/authentication_service.clj
index 7b3ddf3..029af48 100644
--- a/src/clojure/io/cons/carddav_sync/authentication_service.clj
+++ b/src/clojure/io/cons/carddav_sync/authentication_service.clj
@@ -1,5 +1,6 @@
(ns io.cons.carddav_sync.authentication_service
(:use io.cons.carddav_sync.log)
+ (:require io.cons.carddav_sync.authenticator)
(:import io.cons.carddav_sync.authenticator)
(:gen-class
:extends android.app.Service