Move makepins file into package to clean global namespace. Stub for backward compatibility is left for transition. Signed-off-by: Pavel Shramov <shramov@mexmat.net>
7 lines
163 B
Python
7 lines
163 B
Python
# Backward compatible name
|
|
|
|
import warnings
|
|
|
|
warnings.warn("gladevcp_makepins name is deprecated. Use gladevcp.makepins instead")
|
|
|
|
from gladevcp.makepins import *
|