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