Project

General

Profile

Revision b8500d1a

IDb8500d1a78503261749cac8a2735dbeea63b18a8
Parent a8bc47ae
Child 5011664c

Added by Thomas ANDREJAK over 14 years ago

Amélioration Pylint

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@599 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/controllers/vigiboard_plugin/__init__.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4: 
3
"""
4
Generic plugin
5
"""
6

  
7
from pylons.i18n import ugettext as _
3 8

  
4 9
class VigiboardRequestPlugin(object):
5 10

  
......
48 53

  
49 54
        return ''
50 55

  
51
    def context(self,context):
56
    def context(self, context):
52 57

  
53 58
        """
54 59
        Fonction permettant de rajouter du context à la page d'évènements,

Also available in: Unified diff