Log Message:
-----------
Move out of meta namespace.(into protocol)
Also,
- Retire the use of runpy as when a module is 'unfindable' using
find_module, it may fail to act appropriately. (gt.if magic)
- execute_code raises the system exit, so don't expect a return value.
Modified Files:
--------------
ip:
setup.py (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/setup.py.diff?r1=1.4&r2=1.5)
ip/test:
abstract.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/test/abstract.py.diff?r1=1.2&r2=1.3)
ip/src:
python.py (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/python.py.diff?r1=1.8&r2=1.9)