aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-05-12 14:36:34 -0400
committerW. Trevor King <wking@drexel.edu>2011-05-12 14:36:34 -0400
commit538c14cbae7a595539358d934fba6f014422d27e (patch)
treee9d107dc1ef7e717ccd9b484c2852721a48b821e /libbe
parent571dfd378b59da55d9164185af478878137f2fa2 (diff)
downloadbugseverywhere-538c14cbae7a595539358d934fba6f014422d27e.tar.gz
Convert tabs to spaces in a libbe.bug indention.
Diffstat (limited to 'libbe')
-rw-r--r--libbe/bug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/bug.py b/libbe/bug.py
index 47e4b67..3093a2c 100644
--- 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