diff options
author | James Le Cuirot <chewi@aura-online.co.uk> | 2008-06-17 00:17:29 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@aura-online.co.uk> | 2008-06-17 00:17:29 +0000 |
commit | 983d30a57afeaf22d5c48e5dc81e45b021a7a7ad (patch) | |
tree | ee39ef5df8826509c76fbe9329a2b0369feab1ce | |
parent | Merge ali_bush's layout_refactor_branch back to trunk with some changes. (diff) | |
download | javatoolkit-983d30a57afeaf22d5c48e5dc81e45b021a7a7ad.tar.gz javatoolkit-983d30a57afeaf22d5c48e5dc81e45b021a7a7ad.tar.bz2 javatoolkit-983d30a57afeaf22d5c48e5dc81e45b021a7a7ad.zip |
These tabs got left behind.
svn path=/projects/javatoolkit/trunk/; revision=6321
-rw-r--r-- | src/py/javatoolkit/parser/manifest.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/py/javatoolkit/parser/manifest.py b/src/py/javatoolkit/parser/manifest.py index da124f9..09acf4c 100644 --- a/src/py/javatoolkit/parser/manifest.py +++ b/src/py/javatoolkit/parser/manifest.py @@ -52,10 +52,10 @@ class ManifestParser(parser.Parser): return root - def output(self, ous, tree): - tree.output(ous, "", ": ", "", ",", " ") - - def wrapped_value(self, node): - return node.output_value(",") + def output(self, ous, tree): + tree.output(ous, "", ": ", "", ",", " ") + + def wrapped_value(self, node): + return node.output_value(",") # vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap: |