python-astropy/python-astropy-system-confi...

13 lines
631 B
Diff
Raw Permalink Normal View History

2023-01-07 00:28:11 +00:00
diff -ur astropy-5.2/astropy/config/configuration.py astropy-5.2.config/astropy/config/configuration.py
--- astropy-5.2/astropy/config/configuration.py 2022-12-12 11:57:50.000000000 +0100
+++ astropy-5.2.config/astropy/config/configuration.py 2023-01-07 00:39:52.705836236 +0100
2021-09-10 09:34:05 +00:00
@@ -20,7 +20,7 @@
2023-01-07 00:28:11 +00:00
from textwrap import TextWrapper
2014-01-16 13:15:15 +00:00
from warnings import warn
2019-03-04 17:47:24 +00:00
-from astropy.extern.configobj import configobj, validate
2016-07-14 22:28:26 +00:00
+import configobj, validate
from astropy.utils import find_current_module, silence
2021-12-26 15:17:45 +00:00
from astropy.utils.decorators import deprecated
from astropy.utils.exceptions import AstropyDeprecationWarning, AstropyWarning