X-Git-Url: http://git.harvie.cz/?p=svn%2FCll1h%2F.git;a=blobdiff_plain;f=demos%2Fperformance%2Fprint2.py;fp=demos%2Fperformance%2Fprint2.py;h=0000000000000000000000000000000000000000;hp=36a44ced7113b1bd6f842d52af9ad2cb6157c6a7;hb=e63f1bc2438012b5f2f6592a474892501149af18;hpb=6a60bc82e8b8e6cccd0d4c2214a1f291662215f0 diff --git a/demos/performance/print2.py b/demos/performance/print2.py deleted file mode 100755 index 36a44ce..0000000 --- a/demos/performance/print2.py +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/python - -for i in range(1,10000000): - print "stuff1","stuff2" -