08276c2 Remove connection-creating code from ShemaCache

1 file Authored by pviktori 11 years ago, Committed by mkosek 11 years ago,
    Remove connection-creating code from ShemaCache
    
    The connection code depends on the api object. If we want to use
    the cache in installer code, where the api object is not always
    available, the dependency must be removed.
    
    Luckily, SchemaCache.get_schema is currently always given a connection.
    
    Part of the work for: https://fedorahosted.org/freeipa/ticket/2660
    
        
file modified
+3 -34