Started reworking CLI class into cli plugin

This commit is contained in:
Jason Gerard DeRose
2009-01-27 16:28:50 -07:00
committed by Rob Crittenden
parent 9efda29d60
commit db0168f7af
7 changed files with 231 additions and 41 deletions

View File

@@ -122,7 +122,7 @@ class Search(frontend.Method):
"""
class CrudBackend(backend.Backend):
class CrudBackend(backend.Connectible):
"""
Base class defining generic CRUD backend API.
"""