The branch, eden has been updated
       via  1274ea198ed605d442a62c02a0833b43756c558e (commit)
      from  f7678f95a85887a9d723ff8946961146ed5008d7 (commit)

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


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

Summary of changes:
 weather.weatherplus/LICENSE.txt                    |  674 ---------
 weather.weatherplus/addon.xml                      |   16 -
 weather.weatherplus/changelog.txt                  |  168 --
 weather.weatherplus/default.py                     |   22 -
 weather.weatherplus/icon.png                       |  Bin 82140 -> 0 bytes
 weather.weatherplus/main.py                        | 1079 -------------
 weather.weatherplus/pyamf/__init__.py              |  848 -----------
 weather.weatherplus/pyamf/_version.py              |    4 -
 weather.weatherplus/pyamf/adapters/__init__.py     |   91 --
 weather.weatherplus/pyamf/adapters/_array.py       |   20 -
 weather.weatherplus/pyamf/adapters/_collections.py |   20 -
 weather.weatherplus/pyamf/adapters/_decimal.py     |   34 -
 .../pyamf/adapters/_django_contrib_auth_models.py  |   17 -
 .../pyamf/adapters/_django_db_models_base.py       |  281 ----
 .../pyamf/adapters/_django_db_models_fields.py     |   23 -
 .../pyamf/adapters/_django_db_models_query.py      |   20 -
 .../pyamf/adapters/_django_utils_translation.py    |   26 -
 weather.weatherplus/pyamf/adapters/_elixir.py      |   59 -
 .../adapters/_google_appengine_ext_blobstore.py    |   77 -
 .../pyamf/adapters/_google_appengine_ext_db.py     |  331 ----
 weather.weatherplus/pyamf/adapters/_sets.py        |   20 -
 .../pyamf/adapters/_sqlalchemy_orm.py              |  157 --
 .../pyamf/adapters/_sqlalchemy_orm_collections.py  |   20 -
 weather.weatherplus/pyamf/adapters/util.py         |   50 -
 weather.weatherplus/pyamf/alias.py                 |  546 -------
 weather.weatherplus/pyamf/amf0.py                  |  749 ---------
 weather.weatherplus/pyamf/amf3.py                  | 1595 --------------------
 weather.weatherplus/pyamf/codec.py                 |  521 -------
 weather.weatherplus/pyamf/flex/__init__.py         |  263 ----
 weather.weatherplus/pyamf/flex/data.py             |  124 --
 weather.weatherplus/pyamf/flex/messaging.py        |  539 -------
 weather.weatherplus/pyamf/python.py                |   78 -
 weather.weatherplus/pyamf/remoting/__init__.py     |  689 ---------
 weather.weatherplus/pyamf/remoting/amf0.py         |  135 --
 weather.weatherplus/pyamf/remoting/amf3.py         |  191 ---
 .../pyamf/remoting/client/__init__.py              |  494 ------
 .../pyamf/remoting/gateway/__init__.py             |  598 --------
 .../pyamf/remoting/gateway/django.py               |  183 ---
 .../pyamf/remoting/gateway/google.py               |  171 ---
 .../pyamf/remoting/gateway/twisted.py              |  417 -----
 weather.weatherplus/pyamf/remoting/gateway/wsgi.py |  182 ---
 weather.weatherplus/pyamf/sol.py                   |  201 ---
 weather.weatherplus/pyamf/tests/__init__.py        |  118 --
 .../pyamf/tests/adapters/__init__.py               |   10 -
 .../pyamf/tests/adapters/_google_models.py         |   56 -
 .../tests/adapters/django_app/adapters/models.py   |  127 --
 .../pyamf/tests/adapters/django_app/settings.py    |    6 -
 .../pyamf/tests/adapters/test_array.py             |   44 -
 .../pyamf/tests/adapters/test_collections.py       |   74 -
 .../pyamf/tests/adapters/test_django.py            |  733 ---------
 .../pyamf/tests/adapters/test_elixir.py            |  128 --
 .../pyamf/tests/adapters/test_google.py            | 1153 --------------
 .../pyamf/tests/adapters/test_sqlalchemy.py        |  415 -----
 .../pyamf/tests/gateway/__init__.py                |    8 -
 .../pyamf/tests/gateway/test_django.py             |  221 ---
 .../pyamf/tests/gateway/test_google.py             |  138 --
 .../pyamf/tests/gateway/test_twisted.py            |  805 ----------
 .../pyamf/tests/gateway/test_wsgi.py               |  174 ---
 .../pyamf/tests/modules/__init__.py                |    2 -
 .../pyamf/tests/modules/test_decimal.py            |   29 -
 .../pyamf/tests/modules/test_sets.py               |   38 -
 .../pyamf/tests/remoting/__init__.py               |    8 -
 .../pyamf/tests/remoting/test_amf0.py              |   76 -
 .../pyamf/tests/remoting/test_client.py            |  611 --------
 .../pyamf/tests/remoting/test_remoteobject.py      |  247 ---
 weather.weatherplus/pyamf/tests/test_adapters.py   |   66 -
 .../pyamf/tests/test_adapters_util.py              |   72 -
 weather.weatherplus/pyamf/tests/test_alias.py      | 1142 --------------
 weather.weatherplus/pyamf/tests/test_amf0.py       | 1055 -------------
 weather.weatherplus/pyamf/tests/test_amf3.py       | 1541 -------------------
 weather.weatherplus/pyamf/tests/test_basic.py      |  604 --------
 weather.weatherplus/pyamf/tests/test_codec.py      |  270 ----
 weather.weatherplus/pyamf/tests/test_flex.py       |  232 ---
 .../pyamf/tests/test_flex_messaging.py             |  195 ---
 weather.weatherplus/pyamf/tests/test_gateway.py    |  775 ----------
 weather.weatherplus/pyamf/tests/test_imports.py    |  105 --
 weather.weatherplus/pyamf/tests/test_remoting.py   |  390 -----
 weather.weatherplus/pyamf/tests/test_sol.py        |  225 ---
 weather.weatherplus/pyamf/tests/test_util.py       | 1170 --------------
 weather.weatherplus/pyamf/tests/test_versions.py   |   41 -
 weather.weatherplus/pyamf/tests/test_xml.py        |   84 -
 weather.weatherplus/pyamf/tests/util.py            |  257 ----
 weather.weatherplus/pyamf/util/__init__.py         |  197 ---
 weather.weatherplus/pyamf/util/imports.py          |  137 --
 weather.weatherplus/pyamf/util/pure.py             |  700 ---------
 weather.weatherplus/pyamf/versions.py              |   40 -
 weather.weatherplus/pyamf/xml.py                   |  165 --
 weather.weatherplus/resources/__init__.py          |    1 -
 .../resources/language/English/strings.xml         |  264 ----
 .../resources/language/Korean/strings.xml          |  254 ----
 .../language/Portuguese (Brazil)/strings.xml       |  210 ---
 .../resources/language/Spanish/strings.xml         |  210 ---
 .../resources/lib/Location_Selector.py             |  118 --
 weather.weatherplus/resources/lib/__init__.py      |    1 -
 weather.weatherplus/resources/lib/accuweather.py   |  588 -------
 weather.weatherplus/resources/lib/addon_manager.py |  145 --
 weather.weatherplus/resources/lib/noaa.py          |  673 ---------
 weather.weatherplus/resources/lib/utilities.py     |  717 ---------
 weather.weatherplus/resources/lib/video_amf.py     |   51 -
 weather.weatherplus/resources/lib/video_non_us.py  |  509 -------
 .../resources/lib/video_selector.py                |  185 ---
 weather.weatherplus/resources/lib/video_us.py      | 1204 ---------------
 weather.weatherplus/resources/lib/weather.py       |  886 -----------
 weather.weatherplus/resources/settings.xml         |   74 -
 104 files changed, 0 insertions(+), 32507 deletions(-)
 delete mode 100644 weather.weatherplus/LICENSE.txt
 delete mode 100644 weather.weatherplus/addon.xml
 delete mode 100644 weather.weatherplus/changelog.txt
 delete mode 100644 weather.weatherplus/default.py
 delete mode 100644 weather.weatherplus/icon.png
 delete mode 100644 weather.weatherplus/main.py
 delete mode 100644 weather.weatherplus/pyamf/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/_version.py
 delete mode 100644 weather.weatherplus/pyamf/adapters/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/adapters/_array.py
 delete mode 100644 weather.weatherplus/pyamf/adapters/_collections.py
 delete mode 100644 weather.weatherplus/pyamf/adapters/_decimal.py
 delete mode 100644 
weather.weatherplus/pyamf/adapters/_django_contrib_auth_models.py
 delete mode 100644 weather.weatherplus/pyamf/adapters/_django_db_models_base.py
 delete mode 100644 
weather.weatherplus/pyamf/adapters/_django_db_models_fields.py
 delete mode 100644 
weather.weatherplus/pyamf/adapters/_django_db_models_query.py
 delete mode 100644 
weather.weatherplus/pyamf/adapters/_django_utils_translation.py
 delete mode 100644 weather.weatherplus/pyamf/adapters/_elixir.py
 delete mode 100644 
weather.weatherplus/pyamf/adapters/_google_appengine_ext_blobstore.py
 delete mode 100644 
weather.weatherplus/pyamf/adapters/_google_appengine_ext_db.py
 delete mode 100644 weather.weatherplus/pyamf/adapters/_sets.py
 delete mode 100644 weather.weatherplus/pyamf/adapters/_sqlalchemy_orm.py
 delete mode 100644 
weather.weatherplus/pyamf/adapters/_sqlalchemy_orm_collections.py
 delete mode 100644 weather.weatherplus/pyamf/adapters/util.py
 delete mode 100644 weather.weatherplus/pyamf/alias.py
 delete mode 100644 weather.weatherplus/pyamf/amf0.py
 delete mode 100644 weather.weatherplus/pyamf/amf3.py
 delete mode 100644 weather.weatherplus/pyamf/codec.py
 delete mode 100644 weather.weatherplus/pyamf/flex/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/flex/data.py
 delete mode 100644 weather.weatherplus/pyamf/flex/messaging.py
 delete mode 100644 weather.weatherplus/pyamf/python.py
 delete mode 100644 weather.weatherplus/pyamf/remoting/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/remoting/amf0.py
 delete mode 100644 weather.weatherplus/pyamf/remoting/amf3.py
 delete mode 100644 weather.weatherplus/pyamf/remoting/client/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/remoting/gateway/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/remoting/gateway/django.py
 delete mode 100644 weather.weatherplus/pyamf/remoting/gateway/google.py
 delete mode 100644 weather.weatherplus/pyamf/remoting/gateway/twisted.py
 delete mode 100644 weather.weatherplus/pyamf/remoting/gateway/wsgi.py
 delete mode 100644 weather.weatherplus/pyamf/sol.py
 delete mode 100644 weather.weatherplus/pyamf/tests/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/tests/adapters/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/tests/adapters/_google_models.py
 delete mode 100644 
weather.weatherplus/pyamf/tests/adapters/django_app/__init__.py
 delete mode 100644 
weather.weatherplus/pyamf/tests/adapters/django_app/adapters/__init__.py
 delete mode 100644 
weather.weatherplus/pyamf/tests/adapters/django_app/adapters/models.py
 delete mode 100644 
weather.weatherplus/pyamf/tests/adapters/django_app/settings.py
 delete mode 100644 weather.weatherplus/pyamf/tests/adapters/test_array.py
 delete mode 100644 weather.weatherplus/pyamf/tests/adapters/test_collections.py
 delete mode 100644 weather.weatherplus/pyamf/tests/adapters/test_django.py
 delete mode 100644 weather.weatherplus/pyamf/tests/adapters/test_elixir.py
 delete mode 100644 weather.weatherplus/pyamf/tests/adapters/test_google.py
 delete mode 100644 weather.weatherplus/pyamf/tests/adapters/test_sqlalchemy.py
 delete mode 100644 weather.weatherplus/pyamf/tests/gateway/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/tests/gateway/test_django.py
 delete mode 100644 weather.weatherplus/pyamf/tests/gateway/test_google.py
 delete mode 100644 weather.weatherplus/pyamf/tests/gateway/test_twisted.py
 delete mode 100644 weather.weatherplus/pyamf/tests/gateway/test_wsgi.py
 delete mode 100644 weather.weatherplus/pyamf/tests/modules/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/tests/modules/test_decimal.py
 delete mode 100644 weather.weatherplus/pyamf/tests/modules/test_sets.py
 delete mode 100644 weather.weatherplus/pyamf/tests/remoting/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/tests/remoting/test_amf0.py
 delete mode 100644 weather.weatherplus/pyamf/tests/remoting/test_client.py
 delete mode 100644 
weather.weatherplus/pyamf/tests/remoting/test_remoteobject.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_adapters.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_adapters_util.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_alias.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_amf0.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_amf3.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_basic.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_codec.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_flex.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_flex_messaging.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_gateway.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_imports.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_remoting.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_sol.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_util.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_versions.py
 delete mode 100644 weather.weatherplus/pyamf/tests/test_xml.py
 delete mode 100644 weather.weatherplus/pyamf/tests/util.py
 delete mode 100644 weather.weatherplus/pyamf/util/__init__.py
 delete mode 100644 weather.weatherplus/pyamf/util/imports.py
 delete mode 100644 weather.weatherplus/pyamf/util/pure.py
 delete mode 100644 weather.weatherplus/pyamf/versions.py
 delete mode 100644 weather.weatherplus/pyamf/xml.py
 delete mode 100644 weather.weatherplus/resources/__init__.py
 delete mode 100644 weather.weatherplus/resources/language/English/strings.xml
 delete mode 100644 weather.weatherplus/resources/language/Korean/strings.xml
 delete mode 100644 weather.weatherplus/resources/language/Portuguese 
(Brazil)/strings.xml
 delete mode 100644 weather.weatherplus/resources/language/Spanish/strings.xml
 delete mode 100644 weather.weatherplus/resources/lib/Location_Selector.py
 delete mode 100644 weather.weatherplus/resources/lib/__init__.py
 delete mode 100644 weather.weatherplus/resources/lib/accuweather.py
 delete mode 100644 weather.weatherplus/resources/lib/addon_manager.py
 delete mode 100644 weather.weatherplus/resources/lib/noaa.py
 delete mode 100644 weather.weatherplus/resources/lib/utilities.py
 delete mode 100644 weather.weatherplus/resources/lib/video_amf.py
 delete mode 100644 weather.weatherplus/resources/lib/video_non_us.py
 delete mode 100644 weather.weatherplus/resources/lib/video_selector.py
 delete mode 100644 weather.weatherplus/resources/lib/video_us.py
 delete mode 100644 weather.weatherplus/resources/lib/weather.py
 delete mode 100644 weather.weatherplus/resources/settings.xml


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to