Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDinko Galetic <dgaletic@everflame.(none)>2010-06-10 05:29:41 (GMT)
committer Dinko Galetic <dgaletic@everflame.(none)>2010-06-10 05:29:41 (GMT)
commit8c7afd466889e93aaef53149a3e20fd390196baf (patch)
treed9233bb1673e660172e14e0ef447078ca1c7512f
parentcc0bd9699b0d513450c6f9bb8bd8fe9341cfbd01 (diff)
Added missing "include sys" to "multiplication table" example.
-rw-r--r--data/GSOC examples/multiplication table1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/GSOC examples/multiplication table b/data/GSOC examples/multiplication table
index 4601f01..fd3c988 100644
--- a/data/GSOC examples/multiplication table
+++ b/data/GSOC examples/multiplication table
@@ -1,5 +1,6 @@
import time
import os
+import sys
print "This will draw the multiplication table with dimensions of your choice."
print "Feel free to modify and drawing speed and other variables."