summaryrefslogtreecommitdiff
path: root/src/clojure/io/cons/carddav_sync/authenticator.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/authenticator.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/authenticator.clj')
-rw-r--r--src/clojure/io/cons/carddav_sync/authenticator.clj5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/clojure/io/cons/carddav_sync/authenticator.clj b/src/clojure/io/cons/carddav_sync/authenticator.clj
index d158494..2bd6b00 100644
--- a/src/clojure/io/cons/carddav_sync/authenticator.clj
+++ b/src/clojure/io/cons/carddav_sync/authenticator.clj
@@ -1,11 +1,10 @@
(ns io.cons.carddav_sync.authenticator
(:use io.cons.carddav_sync.log)
+ (:require io.cons.carddav_sync.authenticator_activity)
(:import android.accounts.AccountManager
android.content.Intent
android.os.Bundle
- [io.cons.carddav_sync
- authenticator_activity
- SplashActivity])
+ [io.cons.carddav_sync authenticator_activity SplashActivity])
(:gen-class
:extends android.accounts.AbstractAccountAuthenticator
:state context