summaryrefslogtreecommitdiffstatshomepage
path: root/examples/custom_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custom_plugin.py')
-rw-r--r--examples/custom_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_plugin.py b/examples/custom_plugin.py
index 74a0bcc..5ae6581 100644
--- a/examples/custom_plugin.py
+++ b/examples/custom_plugin.py
@@ -1,4 +1,4 @@
-from trpg_log_processor.plugins.plugin_manager import PluginManager
+from conventionalrp.plugins.plugin_manager import PluginManager
class CustomPlugin:
def __init__(self):