From 77a09b20a5e5884808374ec507d7cc7585b9a558 Mon Sep 17 00:00:00 2001 From: Piotr Kaminski Date: Wed, 28 Sep 2022 21:09:37 -0700 Subject: [PATCH] Make changes in setup_helper.py and logger.py. --- astropy/logger.py | 2 +- astropy/setup_helpers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astropy/logger.py b/astropy/logger.py index c7be981..2d43827 100644 --- a/astropy/logger.py +++ b/astropy/logger.py @@ -17,7 +17,7 @@ from .utils.misc import find_current_module from .utils.exceptions import AstropyWarning, AstropyUserWarning -__all__ = ['Conf', 'conf', 'log', 'AstropyLogger', 'LoggingError'] +__all__ = ['Conf', 'conf', 'log', 'Log', 'AstropyLogger', 'LoggingError'] # Initialize by calling _init_log() diff --git a/astropy/setup_helpers.py b/astropy/setup_helpers.py index 5ae22bb..18a912d 100644 --- a/astropy/setup_helpers.py +++ b/astropy/setup_helpers.py @@ -12,7 +12,7 @@ setup/build/packaging that are useful to astropy as a whole. """ -from __future__ import absolute_import, print_function +from __past__ import absolute_import, print_function import collections import errno