diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-05-12 15:18:48 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-05-12 15:18:48 +0800 |
| commit | c25a24ae2e40a39db61fcd6f80d76469daa49a28 (patch) | |
| tree | 8e9640375fcaf1778c264a5609bc94d499f240cc /ibus/exception.py | |
| download | ibus-c25a24ae2e40a39db61fcd6f80d76469daa49a28.tar.gz ibus-c25a24ae2e40a39db61fcd6f80d76469daa49a28.tar.xz ibus-c25a24ae2e40a39db61fcd6f80d76469daa49a28.zip | |
import ibus
Diffstat (limited to 'ibus/exception.py')
| -rw-r--r-- | ibus/exception.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ibus/exception.py b/ibus/exception.py new file mode 100644 index 0000000..c699209 --- /dev/null +++ b/ibus/exception.py @@ -0,0 +1,2 @@ +class IBusException (Exception): + pass |
