diff options
Diffstat (limited to 'modules/channel_op.py')
| -rw-r--r-- | modules/channel_op.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py index 1cdc4e15..ad2233d9 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -1,4 +1,4 @@ -import Utils +from src import Utils class Module(object): _name = "Channel Op" |
