package-test.lisp @ 0432f016c912

WHAT HATH GOD WROUGHT

I have a WAM, and it unifies things.  Good lord.
author Steve Losh <steve@stevelosh.com>
date Mon, 28 Mar 2016 00:43:24 +0000
parents a6a6f6361af3
children e29b793a6e91
(defpackage #:bones-test
  (:use #:cl #:5am
        #:bones))

(defpackage #:bones-test.paip
  (:use #:cl #:5am
        #:bones.utils
        #:bones.paip)
  ; kill me
  (:shadowing-import-from #:5am #:fail))