We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017c2e2 commit 847a86bCopy full SHA for 847a86b
astroquery/esa/xmm_newton/__init__.py
@@ -15,7 +15,7 @@
15
16
class Conf(_config.ConfigNamespace):
17
"""
18
- Configuration parameters for `astroquery.xmm_newton`.
+ Configuration parameters for `astroquery.esa.xmm_newton`.
19
20
DATA_ACTION = _config.ConfigItem("http://nxsa.esac.esa.int/"
21
"nxsa-sl/servlet/data-action?",
astroquery/esa/xmm_newton/tests/setup_package.py
@@ -23,4 +23,4 @@ def get_package_data():
23
] # etc, add other extensions
24
# you can also enlist files individually by names
25
# finally construct and return a dict for the sub module
26
- return {'astroquery.xmm_newton.tests': paths}
+ return {'astroquery.esa.xmm_newton.tests': paths}
0 commit comments