Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gencards.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-14 02:02:42 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-14 02:02:42 (GMT)
commit8deac6e48c0657f3a1837d99d0190daabfc5c3ce (patch)
tree78d0bad19d7086d730e56431df1b804050cf3ffd /gencards.py
parent556ef21dabfdd4c7c056e89b268b4cf86d2869cf (diff)
clean up
Diffstat (limited to 'gencards.py')
-rw-r--r--gencards.py3
1 files changed, 1 insertions, 2 deletions
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" % ("<g\n transform=\"translate(",x,", ",y,
")\">\n")
- print svg_string
for i in range(n):
svg_string += svg_circle(nx,ny,3,stroke,fill,2)
a += da