ericmandel / pyds9

Python connection to SAOimage DS9 via XPA
76 stars 41 forks source link

added backwards-compat ds9 module #7

Closed eteq closed 10 years ago

eteq commented 10 years ago

Following on from #6, I realized that there is now another compatibility issue: users who do import ds9 will have now have their code not work because it's all been moved to pyds9. This PR adds a comatibility layer such that import ds9 will still work, but displays a warning that the should switch to pyds9 and ds9 may not work in the future.

cc @ericmandel

ericmandel commented 10 years ago

Yes, thanks, this is important so that the community can make the change in their own time.