racket/collects/planet/resolver.rkt
Robby Findler 25eb851217 Revert "add more debuggin info to the thread-safe-resolver.rkt planet test to try to debug it on drdr"
I think I know why this test is failing now; no need for this info anymore

This reverts commit e88c8dbaa0.
2011-08-27 16:41:31 -05:00

8 lines
192 B
Racket

#lang racket/base
(require "private/resolver.rkt")
(provide planet-module-name-resolver
resolve-planet-path
install?
download?
get-planet-module-path/pkg)