import necessary stuff on toplevel - holymoly - A tor enabled gopher client written in CHICKEN scheme
 (HTM) git clone git://vernunftzentrum.de/holymoly.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 61cf5bc3baaa4624af1c50cac64ae92936d7cf8e
 (DIR) parent 692af094b9d3564aa5cabd2f4db6407fd4fc5699
 (HTM) Author: Christian Kellermann <ckeen@pestilenz.org>
       Date:   Mon, 30 Jul 2018 15:24:52 +0200
       
       import necessary stuff on toplevel
       
       Diffstat:
         holymoly.scm                        |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/holymoly.scm b/holymoly.scm
       @@ -337,6 +337,8 @@
        ) ;;; end of module definition
        
        
       -(import holymoly)
       +(import (only (chicken process-context) command-line-arguments)
       +        holymoly
       +        (only ncurses endwin))
        (exit-handler (lambda code (endwin)))
        (main (command-line-arguments))
        \ No newline at end of file