Skip to content

Commit

Permalink
Modified the import of unlib/time such that time-tai->string and time…
Browse files Browse the repository at this point in the history
…-utc->string are not included.
  • Loading branch information
David Brooks committed Oct 2, 2009
1 parent e885fc7 commit 3b57e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base.ss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#lang scheme/base

; Require/provide aliases ------------------------

(require (planet untyped/unlib:3/require))
Expand All @@ -16,7 +16,7 @@
scheme/match
srfi/19
srfi/26
(unlib-in debug exn time))
(except-in (unlib-in debug exn time) time-utc->string time-tai->string))

; Configuration --------------------------------

Expand Down

0 comments on commit 3b57e44

Please sign in to comment.