Thread: python - ip: Relocate *methods into the abstract module.

python - ip: Relocate *methods into the abstract module.

From
jwp@pgfoundry.org (James William Pye)
Date:
Log Message:
-----------
Relocate *methods into the abstract module.

Setting them as builtins provides a substantial convenience, but pollutes the
namespace. Stop that.

Modified Files:
--------------
    ip/src:
        __init__.py (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/__init__.py.diff?r1=1.2&r2=1.3)
        abstract.py (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/abstract.py.diff?r1=1.4&r2=1.5)