From 8c7afd466889e93aaef53149a3e20fd390196baf Mon Sep 17 00:00:00 2001 From: Dinko Galetic Date: Thu, 10 Jun 2010 05:29:41 +0000 Subject: Added missing "include sys" to "multiplication table" example. --- (limited to 'data') 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." -- cgit v0.9.1