a8f2d3b Lift provides-printing function out.

Authored and Committed by tibbs 8 years ago
1 file changed. 47 lines added. 45 lines removed.
    Lift provides-printing function out.
    
    Calling back out to expand %py_provide macro from within %py_subpackages
    causes issues with syntax, so lift it out to a global function declared
    in %py_init and just call it directly from each macro where it's needed.
    
        
file modified
+47 -45