Skip to content

Commit

Permalink
Use \t instead tabs to make pep8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Oct 19, 2013
1 parent 2d3024a commit ccee49f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions master/buildbot/test/unit/test_changes_p4poller.py
Expand Up @@ -35,20 +35,20 @@
change_4_log = \
"""Change 4 by mpatel@testclient on 2006/04/13 21:55:39
short desc truncated because this is a long description.
\tshort desc truncated because this is a long description.
"""

change_3_log = \
u"""Change 3 by bob@testclient on 2006/04/13 21:51:39
short desc truncated because this is a long description.
\tshort desc truncated because this is a long description.
ASDF-GUI-P3-\u2018Upgrade Icon\u2019 disappears sometimes.
"""

change_2_log = \
"""Change 2 by slamb@testclient on 2006/04/13 21:46:23
creation
\tcreation
"""

p4change = {
Expand Down

0 comments on commit ccee49f

Please sign in to comment.