rename ICap to Cap (closes #1424)

This commit is contained in:
Romain Bignon 2014-07-05 17:33:44 +02:00
commit e025fb0b20
244 changed files with 679 additions and 679 deletions

View file

@ -27,7 +27,7 @@ import re
import urllib
__all__ = ['Recipe', 'ICapRecipe']
__all__ = ['Recipe', 'CapRecipe']
class Comment():
@ -161,7 +161,7 @@ class Recipe(BaseObject):
return header + ET.tostring(doc, encoding='UTF-8', pretty_print=True).decode('utf-8')
class ICapRecipe(IBaseCap):
class CapRecipe(IBaseCap):
"""
Recipe providers.
"""