10: Updated base.API to reflect the fact that base.Object is now the new unit of plugin functionality; updated corresponding unit tests

This commit is contained in:
Jason Gerard DeRose
2008-07-20 01:29:59 +00:00
parent ccd8eb3373
commit 7acf12e988
4 changed files with 91 additions and 107 deletions

View File

@@ -20,7 +20,3 @@
"""
IPA library.
"""
import base
api = base.API()