Minor fixes

- Use absolute imports so __main__ examples work
- PEP8: 2 blank lines
This commit is contained in:
Tony S Yu
2013-06-29 10:56:03 -05:00
parent 2566171929
commit 6cef8727a0
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -140,5 +140,6 @@ def test_view_as_windows_2D():
[13, 14, 15],
[17, 18, 19]]]]))
if __name__ == '__main__':
np.testing.run_module_suite()