FEM: py3, proper import Units module

This commit is contained in:
Bernd Hahnebach
2017-08-04 06:35:29 +02:00
parent 347febdbd0
commit 5cd503f624
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ __url__ = "http://www.freecadweb.org"
import FreeCAD
import Fem
import FemMeshTools
import Units
from FreeCAD import Units
import subprocess
import tempfile
from platform import system

View File

@@ -29,7 +29,7 @@ __url__ = "http://www.freecadweb.org"
import FreeCAD
import FreeCADGui
import Units
from FreeCAD import Units
from PySide import QtCore, QtGui
from PySide.QtGui import QFileDialog, QMessageBox