From 09ade8b6c48d73900e91335955fa42357632404b Mon Sep 17 00:00:00 2001 From: Vitesh Shah Date: Thu, 14 Jun 2018 15:29:47 +0200 Subject: [PATCH] sys not required in material.py file --- lib/damask/config/material.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/damask/config/material.py b/lib/damask/config/material.py index e046610ad..3109052e9 100755 --- a/lib/damask/config/material.py +++ b/lib/damask/config/material.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 no BOM -*- import re -import os, sys +import os class Section(): def __init__(self,data = {'__order__':[]},part = ''):