diff options
Diffstat (limited to 'plugins/rainbow.py')
-rw-r--r-- | plugins/rainbow.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/rainbow.py b/plugins/rainbow.py index 0ad5b6dd..a71087a1 100644 --- a/plugins/rainbow.py +++ b/plugins/rainbow.py @@ -12,8 +12,8 @@ Usage .. note:: Can create fun things when used with :ref:`The figlet plugin <figlet-plugin>`. """ -from plugin import BasePlugin -import xhtml +from poezio.plugin import BasePlugin +from poezio import xhtml import random possible_colors = list(range(256)) |