Get rid of single segment namespace
This commit is contained in:
parent
13d38ba455
commit
11f0e1a566
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
(ns aaaa-this-has-to-be-first-because-patches
|
||||
(ns aaaa-this-has-to-be-first.because-patches
|
||||
;; we need pprint loaded first, it patches pprint to not bloat the GraalVM binary
|
||||
(:require [babashka.impl.pprint]))
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
{:no-doc true}
|
||||
(:refer-clojure :exclude [error-handler])
|
||||
(:require
|
||||
[aaaa-this-has-to-be-first-because-patches]
|
||||
[aaaa-this-has-to-be-first.because-patches]
|
||||
[babashka.fs :as fs]
|
||||
[babashka.impl.bencode :refer [bencode-namespace]]
|
||||
[babashka.impl.cheshire :refer [cheshire-core-namespace]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue