Skip to content

Commit 6729139

Browse files
committed
Removed enginesdirdetection.py and updated import in EngineLoader/__init__.py
1 parent 7c6e39c commit 6729139

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

EngineLoader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import os
1919

20-
from Core.EnginesDir.enginesdirdetection import _auto_discover
20+
from EngineLoader.EnginesDir.enginesdirdetection import _auto_discover
2121

2222
from . import registry as registry # re-export registry module
2323
from .base import CompilerEngine # re-export base type

0 commit comments

Comments
 (0)