aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 618fd56..fc1dc9a 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -782,3 +782,6 @@
(defpackage :consfigurator.data.ssh-askpass
(:use #:cl #:alexandria #:consfigurator)
(:local-nicknames (#:re #:cl-ppcre)))
+
+(defpackage :consfigurator.data.local-file
+ (:use #:cl #:consfigurator))