summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-07-11 23:06:08 +0000
committerrsiddharth <s@ricketyspace.net>2016-07-11 23:06:08 +0000
commitcf04ab5cf48bfa4088385ecd2a8fca0c58920658 (patch)
tree937037adda0cdee59a822004c1c0ee68c29e7251
parent40c9e5f58fc1fa79af6e3e8131b22a8a494a267d (diff)
de-modulized git-difme.
* git-difme.scm: not a module anymore.
-rw-r--r--git-difme.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/git-difme.scm b/git-difme.scm
index 0c51185..4e81c8c 100644
--- a/git-difme.scm
+++ b/git-difme.scm
@@ -2,10 +2,9 @@
;; license: gnu gpl version 3 or higher.
;; copyright 2016 rsiddharth <s@ricketyspace.net>
-(define-module (git-difme)
- #:use-module (ice-9 popen)
- #:use-module (ice-9 rdelim)
- #:export (main))
+(use-modules (ice-9 popen)
+ (ice-9 rdelim)
+ (ice-9 regex))
;;;; utils