Ignore:
Timestamp:
4 Jun 2011, 11:17:28 (13 years ago)
Author:
uli
Message:

Remove old converters and disable tests for them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py

    r6273 r6276  
    181181        `logger` is the logger to use during import.
    182182        """
    183 
    184 class ISchemaTypeConverter(Interface):
    185     """A converter for zope.schema.types.
    186     """
    187     def convert(string):
    188         """Convert string to certain schema type.
    189         """
    190 
    191183
    192184class IUserAccount(IWAeUPObject):
Note: See TracChangeset for help on using the changeset viewer.