Package conduit :: Package modules
[hide private]

Source Code for Package conduit.modules

 1  """ 
 2  Exposes the DataTypes for public use 
 3   
 4  It is expected that DataProviders (written by the user, or included within 
 5  Conduit) may require the use of DataTypes other than their own in their 
 6  implementation. For example all email programs should share the same common 
 7  mail datatype. For this reason DataTypes, not DataProviders are exported 
 8  """ 
 9