Back to project page androidtestdebug.
The source code is released under:
MIT License
If you think the Android project androidtestdebug listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package cc.iqa.iquery.mr; /*w w w. j a va2 s .c om*/ import org.python.util.PythonInterpreter; import com.google.common.base.Predicate; public class Plugin implements Predicate<PythonInterpreter> { @Override public boolean apply(PythonInterpreter python) { return true; } }