The branch, gotham has been updated
       via  3aacd7a92525afddb96351f9cc688b446023e16b (commit)
      from  6842bb607179c3d4e55aa720ec3ebd2144b37ce3 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=3aacd7a92525afddb96351f9cc688b446023e16b


-----------------------------------------------------------------------

Summary of changes:
 .../LICENSE.txt                                    |    0
 service.pushbullet/README.md                       |   33 +
 service.pushbullet/addon.xml                       |   31 +
 service.pushbullet/changelog.txt                   |   23 +
 service.pushbullet/icon.png                        |  Bin 0 -> 18562 bytes
 service.pushbullet/lib/__init__.py                 |    8 +
 service.pushbullet/lib/common.py                   |  149 +
 .../lib/external}/__init__.py                      |    0
 .../lib/external/backports/__init__.py             |    3 +
 .../backports/ssl_match_hostname/LICENSE.txt       |   51 +
 .../backports/ssl_match_hostname/README.txt        |   52 +
 .../backports/ssl_match_hostname/__init__.py       |  102 +
 .../lib/external/websocket/__init__.py             |   22 +
 service.pushbullet/lib/external/websocket/_abnf.py |  166 +
 service.pushbullet/lib/external/websocket/_app.py  |  191 +
 service.pushbullet/lib/external/websocket/_core.py |  898 ++++
 .../lib/external/websocket/_exceptions.py          |   46 +
 .../lib/external/websocket/_utils.py               |   29 +
 .../lib/external/websocket/cacert.pem              | 4966 ++++++++++++++++++++
 service.pushbullet/lib/push2Notification.py        |  117 +
 service.pushbullet/lib/pushbullet.py               |  378 ++
 service.pushbullet/main.py                         |   66 +
 .../resources/language/English/strings.po          |  121 +
 service.pushbullet/resources/media/xbmc.jpg        |  Bin 0 -> 2555 bytes
 service.pushbullet/resources/settings.xml          |   28 +
 service.pushbullet/service.py                      |  302 ++
 26 files changed, 7782 insertions(+), 0 deletions(-)
 copy {script.audio.profiles => service.pushbullet}/LICENSE.txt (100%)
 create mode 100644 service.pushbullet/README.md
 create mode 100644 service.pushbullet/addon.xml
 create mode 100644 service.pushbullet/changelog.txt
 create mode 100644 service.pushbullet/icon.png
 create mode 100644 service.pushbullet/lib/__init__.py
 create mode 100644 service.pushbullet/lib/common.py
 copy {script.ace.extrapack/resources => 
service.pushbullet/lib/external}/__init__.py (100%)
 create mode 100644 service.pushbullet/lib/external/backports/__init__.py
 create mode 100644 
service.pushbullet/lib/external/backports/ssl_match_hostname/LICENSE.txt
 create mode 100644 
service.pushbullet/lib/external/backports/ssl_match_hostname/README.txt
 create mode 100644 
service.pushbullet/lib/external/backports/ssl_match_hostname/__init__.py
 create mode 100644 service.pushbullet/lib/external/websocket/__init__.py
 create mode 100644 service.pushbullet/lib/external/websocket/_abnf.py
 create mode 100644 service.pushbullet/lib/external/websocket/_app.py
 create mode 100644 service.pushbullet/lib/external/websocket/_core.py
 create mode 100644 service.pushbullet/lib/external/websocket/_exceptions.py
 create mode 100644 service.pushbullet/lib/external/websocket/_utils.py
 create mode 100644 service.pushbullet/lib/external/websocket/cacert.pem
 create mode 100644 service.pushbullet/lib/push2Notification.py
 create mode 100644 service.pushbullet/lib/pushbullet.py
 create mode 100644 service.pushbullet/main.py
 create mode 100644 service.pushbullet/resources/language/English/strings.po
 create mode 100644 service.pushbullet/resources/media/xbmc.jpg
 create mode 100644 service.pushbullet/resources/settings.xml
 create mode 100644 service.pushbullet/service.py


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to