Added subclassing hooks to ClientStorage and StorageServer
It is now easy to provide a subclass of a class that is instantiated, by setting the corresponding hook class variable. E.g. if you subclass ZEOStorage, you should also subclass StorageServer and set StorageServer.ZEOStorageClass to your ZEOStorage subclass.
Showing
Please register or sign in to comment