[javascriptlint-commit] SF.net SVN: javascriptlint:[248] trunk/jsl.py
Status: Beta
Brought to you by:
matthiasmiller
From: <mat...@us...> - 2009-10-03 10:22:46
|
Revision: 248 http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=248&view=rev Author: matthiasmiller Date: 2009-10-03 09:35:59 +0000 (Sat, 03 Oct 2009) Log Message: ----------- Fix missing import. Modified Paths: -------------- trunk/jsl.py Modified: trunk/jsl.py =================================================================== --- trunk/jsl.py 2009-10-03 09:07:39 UTC (rev 247) +++ trunk/jsl.py 2009-10-03 09:35:59 UTC (rev 248) @@ -17,6 +17,7 @@ import pyjsl.conf import pyjsl.htmlparse import pyjsl.jsparse +import pyjsl.lint import pyjsl.util _lint_results = { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |