Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: flake8-eyeo/flake8_eyeo.py

Issue 29375591: Issue 4882 - Renamed flake8-abp to flake8-eyeo (Closed)
Patch Set: Adapted patchconv/tox.ini Created Feb. 13, 2017, 1:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « flake8-eyeo/README.md ('k') | flake8-eyeo/setup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flake8-eyeo/flake8_eyeo.py
===================================================================
rename from flake8-abp/flake8_abp.py
rename to flake8-eyeo/flake8_eyeo.py
--- a/flake8-abp/flake8_abp.py
+++ b/flake8-eyeo/flake8_eyeo.py
@@ -32,7 +32,7 @@
except NameError:
ascii = repr
-__version__ = pkg_resources.get_distribution('flake8-abp').version
+__version__ = pkg_resources.get_distribution('flake8-eyeo').version
DISCOURAGED_APIS = {
're.match': 're.search',
@@ -481,5 +481,5 @@
if int(flake8.__version__.split('.')[0]) < 3:
for checker in [ASTChecker, check_non_default_encoding,
check_quotes, check_redundant_parenthesis]:
- checker.name = 'abp'
+ checker.name = 'eyeo'
checker.version = __version__
« no previous file with comments | « flake8-eyeo/README.md ('k') | flake8-eyeo/setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld