Updated package to use pycodestyle

This change was originally triggered by @gvanrossum requeesting
that pep8 (the tool) be renamed to avoid confusion with PEP-8
the document. This request is tracked at:

https://github.com/PyCQA/pycodestyle/issues/466
This commit is contained in:
Ian Lee 2016-05-31 11:02:09 -07:00
parent 16686132c1
commit 1db863e60a
9 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import with_statement
import os
import pep8
import pycodestyle as pep8
import sys
import stat
from subprocess import Popen, PIPE