Skip to content

Commit

Permalink
Use c.c.string and cleanup :use
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Michael Alonzo committed Mar 7, 2010
1 parent bba661a commit 5f0273a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/oauth/server.clj
Expand Up @@ -4,9 +4,7 @@
oauth.server
(:require [oauth.digest :as digest]
[oauth.signature :as sig])
(:use [clojure.contrib.str-utils :only [str-join re-split]]
[clojure.contrib.str-utils2 :only [upper-case]]
[clojure.contrib.java-utils :only [as-str]])
(:use [clojure.contrib.string :as s :only [upper-case as-str]])
)


Expand Down

0 comments on commit 5f0273a

Please sign in to comment.