X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/1d8cc67a3f4ded443f5efc673a616883cbae9c50..09efeb89e38f084c4a365cbbdce60d3674c17485:/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 --------------------------------------------------