Skip to content

Commit

Permalink
FEM: imports, comment not used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jan 22, 2017
1 parent 56d43c2 commit d87d0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Fem/_TaskPanelFemMaterial.py
Expand Up @@ -31,7 +31,7 @@
import FreeCADGui
from PySide import QtGui
from PySide.QtGui import QFileDialog
from PySide.QtGui import QMessageBox
# from PySide.QtGui import QMessageBox
from PySide import QtCore
import Units

Expand Down Expand Up @@ -425,7 +425,7 @@ def export_FCMat(self, fileName, matDict):
import ConfigParser as configparser
except:
import configparser # Python 3
import string
# himport string
Config = configparser.ConfigParser()
Config.optionxform = str # disable conversion all uppercase leter in key into lower case

Expand Down

0 comments on commit d87d0a9

Please sign in to comment.