indentation fix

This commit is contained in:
Frédéric Péters 2011-10-14 12:33:44 -04:00
parent 6b9191a11f
commit 4038b8d8ad
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import json
from Products.Five import BrowserView
class DeputyJson(BrowserView):
def __call__(self):
def __call__(self):
d = {
'firstname': self.context.firstname,
'lastname': self.context.lastname,