From: W. Trevor King Date: Thu, 12 May 2011 18:36:34 +0000 (-0400) Subject: Convert tabs to spaces in a libbe.bug indention. X-Git-Tag: 1.1.0~188 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=538c14cbae7a595539358d934fba6f014422d27e;p=be.git Convert tabs to spaces in a libbe.bug indention. --- 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