summaryrefslogtreecommitdiff
path: root/core/core.lisp
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2021-05-30 22:16:52 -0600
committerckonstanski <carlos.konstanski@olo.com>2021-05-30 22:16:52 -0600
commit6f5636fafd7e35d718050449effe4e121a8be1a0 (patch)
treee6e70d3c804c3c21c6b7432bf4d9e1bd717f1774 /core/core.lisp
parent30421258c56accea65ee52f64599c72f73cb053a (diff)
use libraries
Diffstat (limited to 'core/core.lisp')
-rw-r--r--core/core.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core.lisp b/core/core.lisp
index 259e15b..e42b1d2 100644
--- a/core/core.lisp
+++ b/core/core.lisp
@@ -5,4 +5,4 @@
(:use :cl :cl-log :hunchentoot)
(:export :ldapadmin))
-(in-package #:ldapadmin)
+(in-package :ldapadmin)