Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-10-15 18:28:53 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-11-23 16:14:33 (GMT)
commit72ed58cbca84964c194d368fade10836f690e1f5 (patch)
tree2a3b53b753356e8c1144341abfbc2018223d58c4 /src/sugar/graphics
parent60707443eaf4300352f9e227f91ea2f79ad7aeaf (diff)
PEP8 cleanup: fix inline comment spacing
pep8 wants inline comments to be prefixed by at least two spaces. Let's just move them to a separate line as that's easier to read anyway. Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
Diffstat (limited to 'src/sugar/graphics')
-rw-r--r--src/sugar/graphics/icon.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sugar/graphics/icon.py b/src/sugar/graphics/icon.py
index 100f05a..ea3a9c0 100644
--- a/src/sugar/graphics/icon.py
+++ b/src/sugar/graphics/icon.py
@@ -61,7 +61,8 @@ class _SVGLoader(object):
logging.error(
'Icon %s, entity %s is invalid.', file_name, entity)
- import rsvg # XXX this is very slow! why?
+ # XXX this is very slow! why?
+ import rsvg
return rsvg.Handle(data=icon)