[svn] added pylint script for jinja and cleaned code up a bit (and importing is faster now)

--HG--
branch : trunk
diff --git a/Makefile b/Makefile
index 8f40d47..9b1cd17 100644
--- a/Makefile
+++ b/Makefile
@@ -20,5 +20,8 @@
 webpage:
 	@(cd ../www; ./generate.py)
 
+pylint:
+	@pylint --rcfile scripts/pylintrc jinja
+
 release: documentation
 	@(python2.3 setup.py release bdist_egg upload; python2.4 setup.py release bdist_egg upload; python2.5 setup.py release bdist_egg sdist upload)