diff options
Diffstat (limited to 'Lib/test/test_gl.py')
-rwxr-xr-x | Lib/test/test_gl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_gl.py b/Lib/test/test_gl.py index 1282fc4..61eaa83 100755 --- a/Lib/test/test_gl.py +++ b/Lib/test/test_gl.py @@ -146,5 +146,5 @@ def main(): if verbose: print 'winclose' gl.winclose(w) - + main() |