diff --git a/python/paddle/utils/__init__.py b/python/paddle/utils/__init__.py index 5de6f966a038543ffffdf955251f587e3eb15cad..db6fe2d5fff4ed1617d793faee23f01395841768 100644 --- a/python/paddle/utils/__init__.py +++ b/python/paddle/utils/__init__.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -from plot import Ploter +from .plot import Ploter __all__ = ['dump_config', 'Ploter']