Sat, 23 Feb 2013 15:12:21 +0100
Modified the code to do lazy import.
<!DOCTYPE html> <html><head> <title>Table of contents</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>Table of contents</h1> <h3>Packages</h3> <table> <tr> <td><a href="index-Plugin_Checker_PyLint.html">Plugin_Checker_PyLint</a></td> <td>Package containing the PyLint checker plugin.</td> </tr> </table> </body></html>