From 2e95e3a33bcb34aeec66551503c692c1cb80ab61 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 9 Feb 2009 20:05:30 +0100 Subject: * all python: - changed tabs to spaces. --- host/inter/path.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'host/inter/path.py') diff --git a/host/inter/path.py b/host/inter/path.py index 76db970a..eb5744eb 100644 --- a/host/inter/path.py +++ b/host/inter/path.py @@ -32,11 +32,11 @@ class Path (Drawable): """Computed path drawing.""" def __init__ (self, onto): - Drawable.__init__ (self, onto) - self.path = [ ] + Drawable.__init__ (self, onto) + self.path = [ ] def draw (self): - self.reset () - if len (self.path) > 2: - fmt = dict (fill = 'green', arrow = LAST) - self.draw_line (*self.path, **fmt) + self.reset () + if len (self.path) > 2: + fmt = dict (fill = 'green', arrow = LAST) + self.draw_line (*self.path, **fmt) -- cgit v1.2.3