summaryrefslogtreecommitdiff
path: root/plugins/replace_word.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-04 00:24:16 +0200
committermathieui <mathieui@mathieui.net>2014-04-04 00:24:16 +0200
commitca0950db07ff5006ba760e829f2fa6a7c2f8ea41 (patch)
tree3a523563304626f03f29334a53d758006252d5f8 /plugins/replace_word.py
parentb6d607075160dffea769c6ad49e4303e48722ed4 (diff)
downloadpoezio-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.py1
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):