astrocatalogs / astrocats

Astrocats package for constructing astronomical catalogs
https://astrocats.space
MIT License
40 stars 12 forks source link

Replace `future` with `six` #80

Open guillochon opened 7 years ago

guillochon commented 7 years ago

This will remove a package dependency on future, which few people will have installed.

lzkelley commented 7 years ago

future (as in https://pypi.python.org/pypi/future) is used in places, instead of __future__ (https://docs.python.org/2/library/__future__.html)?

guillochon commented 7 years ago

Correct, it's actually imported as past, which is a part of the future package. It's mostly for string-related issues.