Use new features of PyOtherSide 1.1.0

This commit is contained in:
Thomas Perl 2014-02-06 23:49:45 +01:00
parent 2ef9bfe581
commit 238cac1eb8
2 changed files with 11 additions and 6 deletions

View file

@ -294,7 +294,9 @@ class gPotherSide:
gpotherside = gPotherSide()
pyotherside.atexit(gpotherside.atexit)
pyotherside.send('hello', gpodder.__version__, gpodder.__copyright__)
pyotherside.send('hello',
gpodder.__version__, gpodder.__copyright__,
gpodder.__date__, gpodder.__url__)
# Exposed API Endpoints for calls from QML
initialize = gpotherside.initialize