Pylint complains if you use string, even if you use it for what its still meant to be used for.

This commit is contained in:
Ned Batchelder
2013-06-20 20:36:51 -04:00
parent bba626f481
commit e045860cb6
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import string
import string # pylint: disable=W0402
import random
from django.contrib.auth.models import User

View File

@@ -6,7 +6,7 @@
import os
import sys
import string
import string # pylint: disable=W0402
import datetime
from getpass import getpass
import json