From 8deac6e48c0657f3a1837d99d0190daabfc5c3ce Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 14 Jan 2010 02:02:42 +0000 Subject: clean up --- (limited to 'gencards.py') diff --git a/gencards.py b/gencards.py index d83cb55..b21c93d 100644 --- a/gencards.py +++ b/gencards.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -#Copyright (c) 2009, Walter Bender +#Copyright (c) 2009,10 Walter Bender # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -106,7 +106,6 @@ def svg_circle_of_dots(n, x, y, stroke, fill): ny = oy+cos(a)*r svg_string = "%s%f%s%f%s" % ("\n") - print svg_string for i in range(n): svg_string += svg_circle(nx,ny,3,stroke,fill,2) a += da -- cgit v0.9.1