rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -24,7 +24,7 @@ from .base import IBaseCap, BaseObject, Field, DateField, FloatField, \
|
|||
StringField, UserError
|
||||
|
||||
|
||||
__all__ = ['Forecast', 'Current', 'City', 'CityNotFound', 'Temperature', 'ICapWeather']
|
||||
__all__ = ['Forecast', 'Current', 'City', 'CityNotFound', 'Temperature', 'CapWeather']
|
||||
|
||||
|
||||
class Temperature(BaseObject):
|
||||
|
|
@ -109,7 +109,7 @@ class CityNotFound(UserError):
|
|||
"""
|
||||
|
||||
|
||||
class ICapWeather(IBaseCap):
|
||||
class CapWeather(IBaseCap):
|
||||
"""
|
||||
Capability for weather websites.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue