Skip to content

Commit

Permalink
another pylint test added
Browse files Browse the repository at this point in the history
  • Loading branch information
grischa committed May 26, 2015
1 parent 70807c1 commit bb0da86
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ load-plugins=
# C0323,
# E0001,
# E0213,
# E0602,
# E0702,
# E0711,
# E1003,
Expand All @@ -73,7 +74,6 @@ disable=C0103,
C1001,
E0202,
E0237,
E0602,
E0611,
E1002,
E1101,
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ecdsa==0.11 #apt: 0.10
#elementtree
gunicorn
gevent
html2text
isodate==0.5.1 #apt: 0.4.6
pyjwt==1.0.1
kombu==3.0.24 #apt: 3.0.7
Expand Down
1 change: 1 addition & 0 deletions tardis/apps/mx_views/views.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from django.conf import settings
from django.core.paginator import Paginator, InvalidPage, EmptyPage
from django.http import HttpResponse
from django.template import Context
Expand Down
1 change: 1 addition & 0 deletions tardis/tardis_portal/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import urllib
import os
import cStringIO as StringIO
import time

try:
import zlib # We may need its compression method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.template import Context
from django.conf import settings
from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned
#from html2text import html2text
from html2text import html2text

import tardis.apps.ands_register.publishing as publishing
from tardis.apps.ands_register.publishing import PublishHandler
Expand Down
1 change: 1 addition & 0 deletions tardis/tardis_portal/tests/slapd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Utilities for starting up a test slapd server
and talking to it with ldapsearch/ldapadd.
"""
import base64

import sys
import os
Expand Down

0 comments on commit bb0da86

Please sign in to comment.