aboutsummaryrefslogtreecommitdiff
path: root/ponysay.py
diff options
context:
space:
mode:
authorjaseg <s@jaseg.de>2013-04-06 16:09:13 +0200
committerjaseg <s@jaseg.de>2013-04-06 16:09:13 +0200
commit06276a6a338aea789965a4028c00aafa9046b5b7 (patch)
tree59e5395cef774a708180ab5f036f9b83569d74dc /ponysay.py
parenta41e8b36a184c67c941e349e0ce1af123c847bac (diff)
downloadponysay-06276a6a338aea789965a4028c00aafa9046b5b7.tar.gz
ponysay-06276a6a338aea789965a4028c00aafa9046b5b7.tar.bz2
ponysay-06276a6a338aea789965a4028c00aafa9046b5b7.zip
Removed an obsolte comment
Diffstat (limited to 'ponysay.py')
-rwxr-xr-xponysay.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ponysay.py b/ponysay.py
index 6b68463..bccd54c 100755
--- a/ponysay.py
+++ b/ponysay.py
@@ -69,7 +69,6 @@ def render_pony(name, text, balloonstyle, width=80, center=False, centertext=Fal
minwidth = int(match.group(1) or '0')
pony[i:i+1] = render_balloon(text, balloonstyle, minwidth=minwidth, maxwidth=int(width/2), pad=str.center if centertext else str.ljust)
break
- #FIXME I have no idea what these three-dollar-sign-pairs thingys are for. Can they occur more than once per pony?
try:
first = pony.index('$$$\n')
second = pony[first+1:].index('$$$\n')