Modifications to remove import six & use repr as per review comments

This commit is contained in:
Steve Barnes
2016-06-04 06:45:26 +01:00
parent 47a48ffcf0
commit d4ea4cf0a8
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ import random
import time
import wx
import wx.lib.six as six
#----------------------------------------------------------------------