X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/1d8cc67a3f4ded443f5efc673a616883cbae9c50..9c4a4110967f8bc36cb8806a4aac63562082d8fe:/src/package.lisp diff --git a/src/package.lisp b/src/package.lisp index 75dc7fd..4ae7da7 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -26,7 +26,8 @@ (cl:defpackage #:sod (:use #:common-lisp #:sod-utilities - #:optparse #:sod-parser)) +(cl:in-package #:sod) + ;;;----- That's all, folks --------------------------------------------------