Skip to content

Commit 847a86b

Browse files
committed
more s/astroquery.xmm/astroquery.esa.xmm/ in __init__ & setup_package
1 parent 017c2e2 commit 847a86b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astroquery/esa/xmm_newton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class Conf(_config.ConfigNamespace):
1717
"""
18-
Configuration parameters for `astroquery.xmm_newton`.
18+
Configuration parameters for `astroquery.esa.xmm_newton`.
1919
"""
2020
DATA_ACTION = _config.ConfigItem("http://nxsa.esac.esa.int/"
2121
"nxsa-sl/servlet/data-action?",

astroquery/esa/xmm_newton/tests/setup_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def get_package_data():
2323
] # etc, add other extensions
2424
# you can also enlist files individually by names
2525
# finally construct and return a dict for the sub module
26-
return {'astroquery.xmm_newton.tests': paths}
26+
return {'astroquery.esa.xmm_newton.tests': paths}

0 commit comments

Comments
 (0)