linuxcnc/lib/python/gladevcp_makepins.py
Pavel Shramov 861ccaa82d gladevcp: Move gladevcp_makepins inside gladevcp
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>
2010-10-21 11:05:37 +04:00

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 *