Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/string/thanks
diff options
context:
space:
mode:
authorAnish Mangal <anish@sugarlabs.org>2011-02-22 22:56:40 (GMT)
committer Anish Mangal <anish@sugarlabs.org>2011-02-22 22:59:20 (GMT)
commitef3edc36c1a1c06f19823bc7b99a880c48675dfa (patch)
treee386bac518eaee9b36141aee289a08ce69452e8e /data/string/thanks
parentd29d28ba5390048d5b170cc9ca410bab50012ea8 (diff)
pep8 and pylint fixes for examples
Diffstat (limited to 'data/string/thanks')
-rw-r--r--data/string/thanks5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/string/thanks b/data/string/thanks
index ddd470a..48d6d95 100644
--- a/data/string/thanks
+++ b/data/string/thanks
@@ -15,10 +15,11 @@ table = {
'Finance & Legal': 'Eben Moglen, Bruce Parker, William Kolb, John Sare, Sandra Lee, Richard Bernstein, Jaclyn Tsai, Jaime Cheng, Robert Fadel, Charles Kane (Grasshopper), Kathy Paur, Andriani Ferti',
'PR and Media': 'Larry Weber, Jackie Lustig, Jodi Petrie, George Snell, Kyle Austin, Hilary Meserole, Erick A. Betancourt, Michael Borosky, Sylvain Lefebvre, Martin Le Sauteur',
'Directors & Advisors': 'Howard Anderson, Rebecca Allen, Ayo Kusamotu, Jose Maria Aznar, V. Michael Bove, Jr., Rodrigo Mesquita, Seymour Papert, Ted Selker, Ethan Beard (Google); John Roese (Nortel); Dandy Hsu (Quanta); Marcelo Claure (Brightstar); Gary Dillabough (eBay); Gustavo Arenas (AMD); Mike Evans (Red Hat); Ed Horowitz (SES Astra); Jeremy Philips (NewsCorp); Scott Soong (Chi Lin); Sehat Sutardja (Marvell); Joe Jacobson (MIT Media Lab); Steve Kaufman (Riverside); and Tom Meredith (MFI)',
- 'Pippy': 'Chris Ball, C. Scott Ananian'
+ 'Pippy': 'Chris Ball, C. Scott Ananian, James Cameron, Anish Mangal'
}
-import random, time
+import random
+import time
from pippy.console import *
from textwrap import fill