Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. A:
  2.  
  3. (ns pbox.core
  4.   (:use
  5.    [net.cgrand.enlive-html.blah.blee.blo.blo.blee.blo
  6.     :only
  7.     (deftemplate defsnippet)]
  8.    [compojure.core :only (defroutes GET)])
  9.  
  10. B:
  11.  
  12. (ns pbox.core
  13.   (:use
  14.    [net.cgrand.enlive-html.blah.blee.blo.blo.blee.blo
  15.     :only (deftemplate defsnippet)]
  16.    [compojure.core :only (defroutes GET)])
  17.  
  18. C?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement