Skip to content

Commit

Permalink
More cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Aug 6, 2023
1 parent 0dff025 commit 54d9321
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
11 changes: 0 additions & 11 deletions rebar.lock

This file was deleted.

6 changes: 4 additions & 2 deletions src/lxml-vsn.lfe
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
(defmodule lxml-vsn
(export all))
(export
(get 0)
(all 0)))

(defun get ()
(get 'yuri))
(get 'lxml))

(defun get (app-name)
(application:load app-name)
Expand Down
2 changes: 1 addition & 1 deletion src/lxml.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
(lxml-vsn:get))

(defun versions ()
(lxml-vns:all))
(lxml-vsn:all))

;;; Supporting private functions

Expand Down

0 comments on commit 54d9321

Please sign in to comment.