diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 16:31:40 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 16:31:40 -0400 |
commit | 81eec5e00a9881ea7ad22ff963978d1c59ecd522 (patch) | |
tree | 4fee38a7e833fe0850bf79b941d8b9cee62e5669 /pyds9 | |
parent | c03c6e2afdac7c178037c2f2ccf9d7c4c54a585d (diff) | |
download | astroconda-dev-81eec5e00a9881ea7ad22ff963978d1c59ecd522.tar.gz |
Disable pyds9 import
Diffstat (limited to 'pyds9')
-rw-r--r-- | pyds9/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyds9/meta.yaml b/pyds9/meta.yaml index 60a684c..9723ad9 100644 --- a/pyds9/meta.yaml +++ b/pyds9/meta.yaml @@ -31,4 +31,5 @@ source: git_url: https://github.com/ericmandel/pyds9 test: imports: - - pyds9 + #- pyds9 + # ^ Disabled, because it leaves behind an xpans daemon |