Fix for py3 import

This commit is contained in:
kreso-t
2018-08-24 21:23:28 +02:00
committed by wmayer
parent e7f057accc
commit 6981d75d56
2 changed files with 2 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ import PathScripts.PathLog as PathLog
import PathScripts.PathGui as PathGui
import PathScripts.PathOpGui as PathOpGui
from PySide import QtCore, QtGui
import PathAdaptive
import PathScripts.PathAdaptive as PathAdaptive
class TaskPanelOpPage(PathOpGui.TaskPanelPage):
def initPage(self, obj):