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

Started by Nonameabout 20 years ago1 messagescomitters
Jump to latest
#1Noname
jwp@pgfoundry.org

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)