From d64ea3c18599d3df0065b6466c90bbdf0411bd56 Mon Sep 17 00:00:00 2001 From: slm Date: Thu, 05 Aug 2010 04:56:35 +0000 Subject: Deleted depreciated directories of tests - finalized the prototype of the Drawable Object test to be included in the complete test kit. --- (limited to 'anim/completeTest/ioexample.py') diff --git a/anim/completeTest/ioexample.py b/anim/completeTest/ioexample.py deleted file mode 100755 index 020e09e..0000000 --- a/anim/completeTest/ioexample.py +++ /dev/null @@ -1,20 +0,0 @@ -#! /usr/bin/env python -# -print "\nWelcome to the master File Type Tester Interface" -print "Authors: Scott 'JT' Mengel and Dave Silverman" -print "\nPlease select the test(s) you want to run, in the order you want to run them, seperated by commas.\n" -print "1. Simple File Type Variety Test, as images" -print "2. Simple File Type variety Test, as sprites" -print "3. Selected Scalability Test" -file=open('./localfile','a') -keyIn=0 - -while 1: - try: - keyIn = int(raw_input(">")) - print "You have selected %i"%keyIn - file.seek(5) - file.write("File Accessed!%s"%str(keyIn)) - break - except ValueError: - print "Error: out of bounds." -- cgit v0.9.1