• Patrick Wieschollek's avatar
    Add helper function/decorator for deprecation warning (#145) · e0b1a5ce
    Patrick Wieschollek authored
    * Add helper function/decorator for deprecation warning
    
    This logs warnings about deprecated functions and also shows the
    filename as well as the linenumber.
    
    * enhance documentation
    
    * try to fix python3 (blindly)
    
    * deprecation: use one function to log and one function as decorator
    
    * fix linting
    e0b1a5ce
utils.py 4.43 KB