fix calls to deprecated function in deltatar.py
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 3 Nov 2016 16:02:54 +0000 (17:02 +0100)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 3 Nov 2016 16:03:01 +0000 (17:03 +0100)
commit4bda6f45cf19351bc5dd3cee732f647fcf387609
tree77921870e1a52fa94ea6361a27f2aeb4cf1667a9
parentdfb00a257e35d61c74fa0e8ad86ef4e6a4429c74
fix calls to deprecated function in deltatar.py

Fixes warning mandating “.warning()” over “.warn()”:

    DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
deltatar/deltatar.py