diff options
author | Adrian Batos-Parac <adrian.batos-parac@amdocs.com> | 2018-02-22 15:50:01 -0500 |
---|---|---|
committer | Adrian Batos-Parac <adrian.batos-parac@amdocs.com> | 2018-02-22 15:50:01 -0500 |
commit | d6a36b1577b3220f7822ae655d57fa6a1dded5a6 (patch) | |
tree | 0adf5d8b2f65b0fc6129a42c3fd0309bff9d8700 /dev/user.clj | |
parent | 030236e7268ca08aeae13acec04e3efc2687b2e6 (diff) |
Initial Commit of Gallifrey
Commit the initial set of code for the Gallifrey offering to ONAP
Change-Id: Id1d3bd2bda5ab530682b6646f2cb0414baf671a5
Issue-ID: AAI-797
Signed-off-by: abatos <adrian.batos-parac@amdocs.com>
Diffstat (limited to 'dev/user.clj')
-rw-r--r-- | dev/user.clj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/user.clj b/dev/user.clj new file mode 100644 index 0000000..9a2f701 --- /dev/null +++ b/dev/user.clj @@ -0,0 +1,7 @@ +(ns user) + +(defn dev + "Load and switch to the 'dev' namespace." + [] + (require 'dev) + (in-ns 'dev)) |