aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/basic_usage.py8
-rw-r--r--examples/custom_plugin.py2
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/basic_usage.py b/examples/basic_usage.py
index e2209da..22bfbe4 100644
--- a/examples/basic_usage.py
+++ b/examples/basic_usage.py
@@ -1,7 +1,7 @@
-from trpg_log_processor.core.parser import Parser
-from trpg_log_processor.core.processor import Processor
-from trpg_log_processor.extractors.rule_extractor import RuleExtractor
-from trpg_log_processor.renderers.html_renderer import HTMLRenderer
+from conventionalrp.core.parser import Parser
+from conventionalrp.core.processor import Processor
+from conventionalrp.extractors.rule_extractor import RuleExtractor
+from conventionalrp.renderers.html_renderer import HTMLRenderer
def main():
# Initialize the parser and load rules
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):