removed useless import
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 19 Dec 2012 10:00:50 +0000 (11:00 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 19 Dec 2012 10:00:50 +0000 (11:00 +0100)
plugins/simplelist.py

index 7a69939..c2ba250 100644 (file)
@@ -1,5 +1,3 @@
-from django.template.loader import render_to_string
-
 from engine.plugin import Plugin
 
 class SimpleList (Plugin) :