Sat, 23 Feb 2013 15:12:21 +0100
Modified the code to do lazy import.
<!DOCTYPE html> <html><head> <title>Plugin_Checker_PyLint.PyLint</title> <meta charset="UTF-8"> <style> body { background:white; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #4FA4FF; } h2 { color: white; background: #4FA4FF; } h3 { color: white; background: #00557F; } h4 { color: white; background: #00557F; } a { color: #AA5500; } </style> </head> <body> <h1>Plugin_Checker_PyLint.PyLint</h1> <p> Package containing the PyLint plugin. </p> <h3>Modules</h3> <table> <tr> <td><a href="Plugin_Checker_PyLint.PyLint.PyLintConfigDialog.html">PyLintConfigDialog</a></td> <td>Module implementing a dialog to configure the PyLint process</td> </tr><tr> <td><a href="Plugin_Checker_PyLint.PyLint.PyLintExecDialog.html">PyLintExecDialog</a></td> <td>Module implementing a dialog to show the results of the PyLint run.</td> </tr> </table> </body></html>