Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
traitsui / image / image.py
Size: Mime:
from __future__ import absolute_import
from pyface.image.image import *

from warnings import warn

warn(DeprecationWarning(
    "traitsui.image has been moved to pyface.image and will be removed in "
    "TraitsUI version 6.0"))