Project

General

Profile

Revision 51ab5d35

ID51ab5d35dff81733fcba1b5d1a2102fb0cb97dbd
Parent a09d3970
Child 39e0262e

Added by Francis LAHEUGUERE over 14 years ago

Suite à passage pylint

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

View differences:

vigigraph/controllers/rpc.py
2 2
"""RPC controller for the combobox of vigigraph"""
3 3

  
4 4
from tg import expose, response, request, redirect, config
5
from tg import exceptions, url
5
from tg import exceptions
6 6

  
7 7
from vigigraph.lib.base import BaseController
8 8

  
......
24 24
from pylons.i18n import ugettext as _
25 25

  
26 26
import time
27
import datetime
28 27
import random
29 28
import urllib
30 29
import urllib2
31 30
import csv
32
import os
33 31
import logging
34 32
import string
35 33

  

Also available in: Unified diff