[Python-modules-commits] [python-odf] 93/118: Small fix: set_style_file > add_style_file
Wolfgang Borgert
debacle at moszumanska.debian.org
Fri Oct 3 21:27:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to reference refs/remotes/upstream/master
in repository python-odf.
commit 5b1b93b932be23ea32a054014aebaa3da46927d4
Author: Søren Roug <soren.roug at eea.europa.eu>
Date: Mon Jul 19 19:09:30 2010 +0000
Small fix: set_style_file > add_style_file
---
contrib/odf2epub/odf2epub | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/odf2epub/odf2epub b/contrib/odf2epub/odf2epub
index eddfc0a..31158d6 100755
--- a/contrib/odf2epub/odf2epub
+++ b/contrib/odf2epub/odf2epub
@@ -184,7 +184,7 @@ class EPublication:
self.doc = load(filename)
self.coverimage = coverimage
self.odhandler = ODF2EPUB(True, False)
- self.odhandler.set_style_file("styles.css")
+ self.odhandler.add_style_file("styles.css")
self.odhandler.load(self.doc)
def save(self, outputfile):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git
More information about the Python-modules-commits
mailing list