root/trunk/projects/bos/web/packages.lisp

Revision 3671, 0.5 kB (checked in by ksprotte, 4 months ago)

again whitespace cleanup + removed tabs

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1 (in-package :cl-user)
2
3 (defpackage :bos.web
4   (:nicknames :web :worldpay-test)
5   (:use :cl
6         :date-calc
7         :cl-user
8         :cl-interpol
9         :cl-ppcre
10         :xhtml-generator
11         :cxml
12         :puri
13         :bknr.web
14         :bknr.web.frontend
15         :bknr.datastore
16         :bknr.indices
17         :bknr.utils
18         :bknr.user
19         :bknr.images
20         :bknr.cron
21         :bknr.rss
22         :bos.m2
23         :bos.m2.config)
24   (:shadowing-import-from :cl-interpol #:quote-meta-chars)
25   (:export))
Note: See TracBrowser for help on using the browser.