Changeset 45143 for ooo2dbk/trunk/__init__.py
- Timestamp:
- 05/02/06 16:19:43 (2 years ago)
- Files:
-
- ooo2dbk/trunk/__init__.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ooo2dbk/trunk/__init__.py
r29929 r45143 2 2 # OOo2DBK : OpenOffice.org Writer document to DocBook XML converter 3 3 #================================================================== 4 # (C) Copyright 200 4-2005 Nuxeo SARL<http://nuxeo.com>4 # (C) Copyright 2006 Nuxeo SAS <http://nuxeo.com> 5 5 # (C) Copyright Eric Bellot <ebellot@netcourrier.com> 6 6 # … … 27 27 # 28 28 # $Id$ 29 from ooo2dbk import convert, execArgs 29 #from ooo2dbk import execArgs, convert 30 30
