sys not required in material.py file

This commit is contained in:
Vitesh Shah 2018-06-14 15:29:47 +02:00
parent 9c3539ee92
commit 09ade8b6c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: UTF-8 no BOM -*- # -*- coding: UTF-8 no BOM -*-
import re import re
import os, sys import os
class Section(): class Section():
def __init__(self,data = {'__order__':[]},part = ''): def __init__(self,data = {'__order__':[]},part = ''):