The branch, eden has been updated
via 0f27b891661fa2474a0b85756277025805076ee0 (commit)
from e786b361daca5f1a97bc53fc99297adf09e7fddd (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=0f27b891661fa2474a0b85756277025805076ee0
commit 0f27b891661fa2474a0b85756277025805076ee0
Author: amet <[email protected]>
Date: Sun Feb 26 13:17:33 2012 +0400
[service.libraryautoupdate] -v 0.5.2
- fixed os import error
diff --git a/service.libraryautoupdate/addon.xml
b/service.libraryautoupdate/addon.xml
index 30c46e8..a52ebc3 100644
--- a/service.libraryautoupdate/addon.xml
+++ b/service.libraryautoupdate/addon.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.libraryautoupdate"
- name="XBMC Library Auto Update" version="0.5.1" provider-name="robweber">
+ name="XBMC Library Auto Update" version="0.5.2" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
diff --git a/service.libraryautoupdate/changelog.txt
b/service.libraryautoupdate/changelog.txt
index 773a9dc..b4546f7 100644
--- a/service.libraryautoupdate/changelog.txt
+++ b/service.libraryautoupdate/changelog.txt
@@ -36,4 +36,8 @@
-merged changes from pkscuot's branch.
-rounds last_run to top of the minute (timer executes at 00 not anywhere in
minute)
--creates addon data directory if it doesn't exist
\ No newline at end of file
+-creates addon data directory if it doesn't exist
+
+[B]Version 0.5.2[/B]
+
+-fixed os import error
\ No newline at end of file
diff --git a/service.libraryautoupdate/service.py
b/service.libraryautoupdate/service.py
index 600d037..b4170a9 100644
--- a/service.libraryautoupdate/service.py
+++ b/service.libraryautoupdate/service.py
@@ -1,6 +1,7 @@
import time
import xbmc
import xbmcaddon
+import os
from cronex import CronExpression
class AutoUpdater:
-----------------------------------------------------------------------
Summary of changes:
service.libraryautoupdate/addon.xml | 2 +-
service.libraryautoupdate/changelog.txt | 6 +++++-
service.libraryautoupdate/service.py | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons