diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-04 00:24:16 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-04 00:24:16 +0200 |
commit | ca0950db07ff5006ba760e829f2fa6a7c2f8ea41 (patch) | |
tree | 3a523563304626f03f29334a53d758006252d5f8 /plugins/replace_word.py | |
parent | b6d607075160dffea769c6ad49e4303e48722ed4 (diff) | |
download | poezio-ca0950db07ff5006ba760e829f2fa6a7c2f8ea41.tar.gz poezio-ca0950db07ff5006ba760e829f2fa6a7c2f8ea41.tar.bz2 poezio-ca0950db07ff5006ba760e829f2fa6a7c2f8ea41.tar.xz poezio-ca0950db07ff5006ba760e829f2fa6a7c2f8ea41.zip |
Remove unused imports
(thanks eijebong)
Diffstat (limited to 'plugins/replace_word.py')
-rw-r--r-- | plugins/replace_word.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/replace_word.py b/plugins/replace_word.py index ce685f49..2c20a309 100644 --- a/plugins/replace_word.py +++ b/plugins/replace_word.py @@ -17,7 +17,6 @@ Just use the word in a message. It will be replaced automatically. """ from plugin import BasePlugin -import tabs import re class Plugin(BasePlugin): |