Skip to content

Commit

Permalink
Merge pull request #299 from triplus/master
Browse files Browse the repository at this point in the history
Fix NameError when test is run in console mode
  • Loading branch information
wwmayer committed Oct 7, 2016
2 parents 14b4510 + 941069e commit 11bbb9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Fem/FemToolsCcx.py
Expand Up @@ -29,8 +29,9 @@

import FreeCAD
import FemTools
from PySide import QtCore
if FreeCAD.GuiUp:
from PySide import QtCore, QtGui
from PySide import QtGui


class FemToolsCcx(FemTools.FemTools):
Expand Down

0 comments on commit 11bbb9e

Please sign in to comment.