[pyclutter/wip/introspection] Small Pep8 fixes
- From: Bastian Winkler <bwinkler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyclutter/wip/introspection] Small Pep8 fixes
- Date: Tue, 6 Dec 2011 18:25:03 +0000 (UTC)
commit 38f2ae82f55b9f81a11c6652d98d350a3cfc066d
Author: Bastian Winkler <buz netbuz org>
Date: Tue Dec 6 09:10:41 2011 -0600
Small Pep8 fixes
introspection/Clutter.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/introspection/Clutter.py b/introspection/Clutter.py
index 66a6095..dd627eb 100644
--- a/introspection/Clutter.py
+++ b/introspection/Clutter.py
@@ -503,7 +503,7 @@ class Event(Clutter.Event):
actor_name(self.get_related()), self.get_time())
elif self.type() == Clutter.EventType.SCROLL:
return ("<Scroll %d at (%d,%d); modifier: %s; time: %d; " +
- "source: %s>") % ( self.scroll.direction.value_nick,
+ "source: %s>") % (self.scroll.direction.value_nick,
self.scroll.x, self.scroll.y, self.get_time(),
actor_name(self.get_source()))
elif self.type() == Clutter.EventType.STAGE_STATE:
@@ -968,6 +968,7 @@ class Path(Clutter.Path):
if description:
self.set_description(description)
+
Path = override(Path)
__all__.append('Path')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]