-
-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Description
I was going to vendor
baseconv.py
, but then I reconsidered - what if there are plugins out there that expectimport baseconv
to work because they have depended on Datasette?I used https://cs.github.com/ and as far as I can tell there aren't any!
So I'm going to remove that dependency and work out a smarter way to do this - probably by providing a utility function within Datasette itself.
Originally posted by @simonw in #1733 (comment)