diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-07-07 17:03:54 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-07-07 17:03:54 +0200 |
commit | c20740109d59847ef3c7bfcb968e8c8fe019928a (patch) | |
tree | 0bc4f03d1ee416ddf7fbb7cfcaa7325c379ce3ff /Tools/demo/ss1.py | |
parent | 61ea12c9a088268a0e3a2dbad09db966e865143f (diff) | |
download | cpython-git-c20740109d59847ef3c7bfcb968e8c8fe019928a.tar.gz |
Some cleanup in the Tools directory.
Diffstat (limited to 'Tools/demo/ss1.py')
-rwxr-xr-x | Tools/demo/ss1.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/demo/ss1.py b/Tools/demo/ss1.py index 4cea667171..71c9be8c59 100755 --- a/Tools/demo/ss1.py +++ b/Tools/demo/ss1.py @@ -812,7 +812,6 @@ class SheetGUI: def test_basic(): "Basic non-gui self-test." - import os a = Sheet() for x in range(1, 11): for y in range(1, 11): |