James Bowman 6 years ago
parent
commit
b8e5824225
1 changed files with 2 additions and 0 deletions
  1. 2 0
      unit.py

+ 2 - 0
unit.py

@@ -24,4 +24,6 @@ class TestPreptools(unittest.TestCase):
         self.assert_(p.tostring() == Image.open("testdata/golden-tiledemo.png").tostring())
 
 if __name__ == '__main__':
+    import sys
+    print(sys.version)
     unittest.main()