diff options
| author | pobrien <pobrien@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-02-18 19:18:50 +0000 |
|---|---|---|
| committer | pobrien <pobrien@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-02-18 19:18:50 +0000 |
| commit | 11d62a22b8cc8b5ca3e914b48811b0716584cb48 (patch) | |
| tree | 61c8a0aa6edeab4db4804b9fce5b325683624e5f /sandbox/pobrien | |
| parent | 73199631fc93e356e7c6aeed3bbef3c9e4edc52a (diff) | |
| download | docutils-11d62a22b8cc8b5ca3e914b48811b0716584cb48.tar.gz | |
New files.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1183 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/pobrien')
| -rw-r--r-- | sandbox/pobrien/LinuxFormat/LXFwriter.py | 6 | ||||
| -rw-r--r-- | sandbox/pobrien/LinuxFormat/__init__.py | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/pobrien/LinuxFormat/LXFwriter.py b/sandbox/pobrien/LinuxFormat/LXFwriter.py new file mode 100644 index 000000000..d18bf51c9 --- /dev/null +++ b/sandbox/pobrien/LinuxFormat/LXFwriter.py @@ -0,0 +1,6 @@ +"""Linux Format writer.""" + +__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>" +__cvsid__ = "$Id$" +__revision__ = "$Revision$"[11:-2] + diff --git a/sandbox/pobrien/LinuxFormat/__init__.py b/sandbox/pobrien/LinuxFormat/__init__.py new file mode 100644 index 000000000..db6003cf3 --- /dev/null +++ b/sandbox/pobrien/LinuxFormat/__init__.py @@ -0,0 +1 @@ +# Orbtech python package.
\ No newline at end of file |
