[Python-modules-commits] [python-odf] 20/118: Renaming

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:17 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 45123aaabe6bc34710d794d67675bf0b25f9b445
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Wed Dec 10 19:33:38 2008 +0000

    Renaming
---
 contrib/{odftohtmlplugin => tracplugins}/0.10/odftohtml/__init__.py  | 0
 contrib/{odftohtmlplugin => tracplugins}/0.10/odftohtml/odftohtml.py | 0
 contrib/tracplugins/0.10/setup.py                                    | 5 +++--
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/odftohtmlplugin/0.10/odftohtml/__init__.py b/contrib/tracplugins/0.10/odftohtml/__init__.py
similarity index 100%
rename from contrib/odftohtmlplugin/0.10/odftohtml/__init__.py
rename to contrib/tracplugins/0.10/odftohtml/__init__.py
diff --git a/contrib/odftohtmlplugin/0.10/odftohtml/odftohtml.py b/contrib/tracplugins/0.10/odftohtml/odftohtml.py
similarity index 100%
rename from contrib/odftohtmlplugin/0.10/odftohtml/odftohtml.py
rename to contrib/tracplugins/0.10/odftohtml/odftohtml.py
diff --git a/contrib/tracplugins/0.10/setup.py b/contrib/tracplugins/0.10/setup.py
index 3ad625c..58c2700 100644
--- a/contrib/tracplugins/0.10/setup.py
+++ b/contrib/tracplugins/0.10/setup.py
@@ -5,9 +5,10 @@ VERSION = '0.1'
 
 setup(name='OdfPreview',
       version='0.1',
-      packages=['odfpreview'],
+      packages=['odfpreview','odftohtml'],
       author='Soren Roug',
       author_email='soren.roug at eea.europa.eu',
       description='A plugin for viewing ODF documents as HTML',
       url='http://trac-hacks.org/wiki/OdfPreview',
-      entry_points={'trac.plugins': ['odfpreview.odfpreview=odfpreview.odfpreview']})
+      entry_points={'trac.plugins': ['odfpreview.odfpreview=odfpreview.odfpreview',
+       'odftohtml.odftohtml=odftohtml.odftohtml']})

-- 
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