The branch, gotham has been updated
via 7a1dca5c08fab7d351f77125779d36e5a5e53878 (commit)
from 8179412cde780571d997204d23a69a658549c8a9 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=7a1dca5c08fab7d351f77125779d36e5a5e53878
commit 7a1dca5c08fab7d351f77125779d36e5a5e53878
Author: sphere <[email protected]>
Date: Fri May 9 10:34:01 2014 +0200
[service.subtitles.napisy24pl] updated to version 1.0.3
diff --git a/service.subtitles.napisy24pl/addon.xml
b/service.subtitles.napisy24pl/addon.xml
index 15cb58b..3203a26 100644
--- a/service.subtitles.napisy24pl/addon.xml
+++ b/service.subtitles.napisy24pl/addon.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.napisy24pl"
name="Napisy24.pl"
- version="1.0.2"
+ version="1.0.3"
provider-name="CaTz">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
- <import addon="script.module.beautifulsoup4" version="4.3.2"/>
+ <import addon="script.module.beautifulsoup" version="3.2.1"/>
</requires>
<extension point="xbmc.subtitle.module" library="service.py"/>
<extension point="xbmc.addon.metadata">
diff --git a/service.subtitles.napisy24pl/changelog.txt
b/service.subtitles.napisy24pl/changelog.txt
index 9fcacf2..8a6a6d0 100644
--- a/service.subtitles.napisy24pl/changelog.txt
+++ b/service.subtitles.napisy24pl/changelog.txt
@@ -1,3 +1,6 @@
+1.0.3 - by CaTz 09/05/2014
+- Fix dependency import
+
1.0.2 - by CaTz 07/05/2014
- Added missing dependency in Addon.xml
diff --git a/service.subtitles.napisy24pl/service.py
b/service.subtitles.napisy24pl/service.py
index 31951aa..c861161 100644
--- a/service.subtitles.napisy24pl/service.py
+++ b/service.subtitles.napisy24pl/service.py
@@ -7,9 +7,9 @@ import urllib
import unicodedata
import re
import urllib2
-from BeautifulSoup import BeautifulSoup
import struct
import shutil
+from BeautifulSoup import BeautifulSoup
try:
import xbmc
-----------------------------------------------------------------------
Summary of changes:
service.subtitles.napisy24pl/addon.xml | 4 ++--
service.subtitles.napisy24pl/changelog.txt | 3 +++
service.subtitles.napisy24pl/service.py | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons