Renamed Scriptables to ScriptContainer
This commit is contained in:
@@ -3,7 +3,7 @@ using Microsoft.CodeAnalysis.CSharp.Scripting;
|
|||||||
using Microsoft.CodeAnalysis.Scripting;
|
using Microsoft.CodeAnalysis.Scripting;
|
||||||
using Indexer.Models;
|
using Indexer.Models;
|
||||||
|
|
||||||
namespace Indexer.Scriptables;
|
namespace Indexer.ScriptContainers;
|
||||||
|
|
||||||
public class CSharpScriptable : IScriptable
|
public class CSharpScriptable : IScriptable
|
||||||
{
|
{
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
using Python.Runtime;
|
using Python.Runtime;
|
||||||
using Indexer.Models;
|
using Indexer.Models;
|
||||||
|
|
||||||
namespace Indexer.Scriptables;
|
namespace Indexer.ScriptContainers;
|
||||||
|
|
||||||
public class PythonScriptable : IScriptable
|
public class PythonScriptable : IScriptable
|
||||||
{
|
{
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
using Indexer.Scriptables;
|
|
||||||
using Indexer.Exceptions;
|
using Indexer.Exceptions;
|
||||||
using Indexer.Models;
|
using Indexer.Models;
|
||||||
|
using Indexer.ScriptContainers;
|
||||||
|
|
||||||
public class WorkerManager
|
public class WorkerManager
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user