diff --git a/enable/null/oldagg.py b/enable/null/oldagg.py new file mode 100644 index 000000000..e3dd2e253 --- /dev/null +++ b/enable/null/oldagg.py @@ -0,0 +1,18 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! +from .image import ( + CompiledPath, font_metrics_provider, GraphicsContext, NativeScrollBar, + Window +) + +__all__ = [ + "CompiledPath", "GraphicsContext", "NativeScrollBar", "Window", + "font_metrics_provider" +] diff --git a/enable/qt4/oldagg.py b/enable/qt4/oldagg.py new file mode 100644 index 000000000..e3dd2e253 --- /dev/null +++ b/enable/qt4/oldagg.py @@ -0,0 +1,18 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! +from .image import ( + CompiledPath, font_metrics_provider, GraphicsContext, NativeScrollBar, + Window +) + +__all__ = [ + "CompiledPath", "GraphicsContext", "NativeScrollBar", "Window", + "font_metrics_provider" +] diff --git a/enable/wx/oldagg.py b/enable/wx/oldagg.py new file mode 100644 index 000000000..e3dd2e253 --- /dev/null +++ b/enable/wx/oldagg.py @@ -0,0 +1,18 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! +from .image import ( + CompiledPath, font_metrics_provider, GraphicsContext, NativeScrollBar, + Window +) + +__all__ = [ + "CompiledPath", "GraphicsContext", "NativeScrollBar", "Window", + "font_metrics_provider" +] diff --git a/kiva/oldagg.py b/kiva/oldagg.py new file mode 100644 index 000000000..900b36f5c --- /dev/null +++ b/kiva/oldagg.py @@ -0,0 +1,18 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! +from kiva.image import ( + CompiledPath, font_metrics_provider, FontType, GraphicsContext, + GraphicsContextSystem, Image +) + +__all__ = [ + "CompiledPath", "font_metrics_provider", "FontType", "GraphicsContext", + "GraphicsContextSystem", "Image" +]