Skip to content

Commit bd35d72

Browse files
Remove references to conda given that PyImageJ more generally
1 parent beccbe2 commit bd35d72

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<version>0.1.3-SNAPSHOT</version>
1414

1515
<name>SciJava Scripting: Python</name>
16-
<description>Python scripting language plugin to be used with a conda environment.</description>
16+
<description>Python scripting language plugin to be used with PyImageJ.</description>
1717
<url>https://github.com/scijava/scripting-python</url>
1818
<inceptionYear>2021</inceptionYear>
1919
<organization>

src/main/java/org/scijava/plugins/scripting/python/PythonScriptEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
import org.scijava.ui.UIService;
5050

5151
/**
52-
* A script engine for conda-based python.
52+
* A script engine for Python (PyImageJ).
5353
*
5454
* @author Curtis Rueden
5555
* @author Karl Duderstadt

src/main/java/org/scijava/plugins/scripting/python/PythonScriptLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import org.scijava.script.ScriptLanguage;
3838

3939
/**
40-
* An adapter for conda-based python to the SciJava scripting interface.
40+
* An adapter for Python (PyImageJ) to the SciJava scripting interface.
4141
*
4242
* @author Curtis Rueden
4343
* @author Karl Duderstadt

src/main/java/org/scijava/plugins/scripting/python/PythonScriptRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import javax.script.ScriptEngine;
3636

3737
/**
38-
* Interface for conda-based python script running implementations.
38+
* Interface for Python (PyImageJ) script running implementations.
3939
*
4040
* @author Curtis Rueden
4141
* @author Karl Duderstadt

src/main/java/org/scijava/plugins/scripting/python/PythonScriptSyntaxHighlighter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import org.scijava.ui.swing.script.SyntaxHighlighter;
3535

3636
/**
37-
* SyntaxHighlighter for Conda Python 3.
37+
* SyntaxHighlighter for Python (PyImageJ).
3838
*
3939
* @author Karl Duderstadt
4040
*/

0 commit comments

Comments
 (0)