Fix imports in some tests and in floatcanvas

This commit is contained in:
Robin Dunn
2016-07-01 01:23:39 -07:00
parent 499ac27bba
commit b8138a2a2f
7 changed files with 10 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ mac = sys.platform.startswith("darwin")
import numpy as N
from time import clock
import wx
from wx.lib import six
import six
from .FCObjects import *