sort imports - 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 692af094b9d3564aa5cabd2f4db6407fd4fc5699
 (DIR) parent 497e348a3e95fb52fab922e2d758d6cab180bc54
 (HTM) Author: Christian Kellermann <ckeen@pestilenz.org>
       Date:   Mon, 30 Jul 2018 15:20:20 +0200
       
       sort imports
       
       Diffstat:
         holymoly.scm                        |      28 ++++++++++++++--------------
       
       1 file changed, 14 insertions(+), 14 deletions(-)
       ---
 (DIR) diff --git a/holymoly.scm b/holymoly.scm
       @@ -3,28 +3,28 @@
        
        (module holymoly (main)
        (import
       -    scheme
            (chicken base)
       -    srfi-71
       +    (chicken bitwise)
       +    (chicken condition)
       +    (chicken format)
       +    (chicken io)
            (chicken irregex)
       -    (chicken tcp)
       -    (chicken process-context)
       +    (chicken port)
       +    (chicken pretty-print)
            (chicken process)
       +    (chicken process-context)
            (chicken process signal)
       -    (chicken pretty-print)
       -    (chicken bitwise)
       -    (chicken io)
       -    (chicken format)
       -    miscmacros
            (chicken string)
       -    (chicken port)
       -    (chicken condition)
       -    ncurses
       +    (chicken tcp)
            matchable
       -    uri-common
       +    miscmacros
       +    ncurses
       +    scheme
            srfi-1
       +    srfi-13
            srfi-4
       -    srfi-13)
       +    srfi-71
       +    uri-common)
        
        (import socksv5-proxy)
        (import cursor)