diff options
| -rw-r--r-- | pycrctrl/plugin.py (renamed from pycrctrl/plugins.py) | 0 | ||||
| -rw-r--r-- | pycrctrl/pycrctrl.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/pycrctrl/plugins.py b/pycrctrl/plugin.py index d6a43c2..d6a43c2 100644 --- a/pycrctrl/plugins.py +++ b/pycrctrl/plugin.py diff --git a/pycrctrl/pycrctrl.py b/pycrctrl/pycrctrl.py index ab8db4b..70a87a8 100644 --- a/pycrctrl/pycrctrl.py +++ b/pycrctrl/pycrctrl.py @@ -31,7 +31,7 @@ import json import base64 import supybot.log import supybot.ircmsgs as ircmsgs -from . import plugins +from . import plugin from pickle import Pickler, Unpickler from PyQt5.QtCore import * |
