jkaluza / odcs

Forked from odcs 6 years ago
Clone

c70f21f Import koji in module level

Authored and Committed by cqi 6 years ago
    Import koji in module level
    
    Koji now supports Python 3 and shared library koji is in separate
    Python 3 package and be installable. So, from now on, it is safe to
    import koji in module level instead of inside a method.
    
    Fixes #88
    
    Signed-off-by: Chenxiong Qi <cqi@redhat.com>