Rev 6614: Fix pep8 issues in bzrlib/doc/api. in file:///home/vila/src/bzr/experimental/py3/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed Sep 2 10:28:15 UTC 2015
At file:///home/vila/src/bzr/experimental/py3/
------------------------------------------------------------
revno: 6614
revision-id: v.ladeuil+lp at free.fr-20150902102815-g9ampj2pm0hxn56y
parent: v.ladeuil+lp at free.fr-20150902102425-wwnqr6ctbezbkvt5
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: pep8
timestamp: Wed 2015-09-02 12:28:15 +0200
message:
Fix pep8 issues in bzrlib/doc/api.
-------------- next part --------------
=== modified file 'bzrlib/doc/api/__init__.py'
--- a/bzrlib/doc/api/__init__.py 2011-12-19 13:23:58 +0000
+++ b/bzrlib/doc/api/__init__.py 2015-09-02 10:28:15 +0000
@@ -31,6 +31,7 @@
from bzrlib import tests
+
def load_tests(basic_tests, module, loader):
"""This module creates its own test suite with DocFileSuite."""
@@ -47,7 +48,7 @@
# want the module to appears there.
for t in tests.iter_suite_tests(suite):
def make_new_test_id():
- new_id = '%s.DocFileTest(%s)' % ( __name__, t)
+ new_id = '%s.DocFileTest(%s)' % (__name__, t)
return lambda: new_id
t.id = make_new_test_id()
return suite
More information about the bazaar-commits
mailing list