Fixed bug with PlotPrintout in plotcanvas.py

This commit is contained in:
Douglas Thor
2016-07-19 10:13:38 -07:00
parent d69fb78654
commit 98edefdf8c

View File

@@ -20,6 +20,7 @@ import wx
import numpy as np
# Package
from .polyobjects import PlotPrintout
from .utils import DisplaySide
from .utils import set_displayside
from .utils import PendingDeprecation