diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-15 16:57:18 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-15 16:57:18 +0800 |
| commit | 60d6bf1163b0745af65dc9e33901fe0b6ce3159c (patch) | |
| tree | f8d62a72d731965ab7644fa5cead374293c7b9e6 /ibus/exception.py | |
| parent | 7155f30d2e075bbb8c23b17e3926da6301babaa0 (diff) | |
| download | ibus-60d6bf1163b0745af65dc9e33901fe0b6ce3159c.tar.gz ibus-60d6bf1163b0745af65dc9e33901fe0b6ce3159c.tar.xz ibus-60d6bf1163b0745af65dc9e33901fe0b6ce3159c.zip | |
Replace tab with spaces in python source code.
Diffstat (limited to 'ibus/exception.py')
| -rw-r--r-- | ibus/exception.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ibus/exception.py b/ibus/exception.py index 0631a10..9e82317 100644 --- a/ibus/exception.py +++ b/ibus/exception.py @@ -1,4 +1,4 @@ -# vim:set noet ts=4: +# vim:set et sts=4 sw=4: # # ibus - The Input Bus # @@ -22,4 +22,4 @@ __all__ = ("IBusException", ) class IBusException(Exception): - pass + pass |
