blob: 2cd882c7974acd22eecccf1dab8a10ea931fcd43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# coding=utf-8
"""
DEPRECATED: This module is deprecated and kept only for backward compatibility.
Please use library.python.port_manager instead:
from library.python.port_manager import PortManager
This module will be removed in future versions.
"""
from library.python.port_manager import * # noqa
|