disable-msg -> disable

This commit is contained in:
Brian Lamar
2011-03-18 09:56:05 -04:00
parent e353ab287a
commit 971e164362
14 changed files with 27 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ Nova authentication management
import os
import shutil
import string # pylint: disable-msg=W0402
import string # pylint: disable=W0402
import tempfile
import uuid
import zipfile