projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
571dfd3
)
Convert tabs to spaces in a libbe.bug indention.
author
W. Trevor King
<wking@drexel.edu>
Thu, 12 May 2011 18:36:34 +0000
(14:36 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 12 May 2011 18:36:34 +0000
(14:36 -0400)
libbe/bug.py
patch
|
blob
|
history
diff --git
a/libbe/bug.py
b/libbe/bug.py
index 47e4b674debb388567f8dbb4a09206b14a559f0b..3093a2cda919ff4c76436a7a6e294e5e77a0be5b 100644
(file)
--- a/
libbe/bug.py
+++ b/
libbe/bug.py
@@
-406,7
+406,7
@@
class Bug (settings_object.SavedSettingsObject):
if child.tag == 'uuid' and not preserve_uuids:
uuid = text
continue # don't set the bug's uuid tag.
- elif child.tag == 'created':
+
elif child.tag == 'created':
self.time = utility.str_to_time(text)
self.explicit_attrs.append('time')
continue