web/views/eproperties.py
branchtls-sprint
changeset 1149 1e19b6ef53a1
parent 1132 96752791c2b6
child 1151 b20677336ee6
--- a/web/views/eproperties.py	Thu Mar 26 18:59:56 2009 +0100
+++ b/web/views/eproperties.py	Thu Mar 26 19:00:20 2009 +0100
@@ -1,6 +1,5 @@
 """Specific views for EProperty
 
-
 :organization: Logilab
 :copyright: 2007-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
@@ -190,7 +189,6 @@
 
     def form_row(self, w, key, splitlabel):
         entity = self.entity_for_key(key)
-        eid = entity.eid
         if splitlabel:
             w(u'<td class="label">%s</td>' % self.req._(key.split('.')[-1]))
         else: