Skip to content

Commit fce9a07

Browse files
author
Lee Miller
committed
Fix illogic import in helper_startup
1 parent b574529 commit fce9a07

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/helper_startup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
import paths
2020
import state
2121
from bmconfigparser import config, config_ready
22-
2322
except ImportError:
2423
from . import defaults, helper_random, paths, state
25-
from bmconfigparser import config, config_ready
24+
from .bmconfigparser import config, config_ready
2625

2726
try:
2827
from plugins.plugin import get_plugin

0 commit comments

Comments
 (0)