sys not required in material.py file
This commit is contained in:
parent
9c3539ee92
commit
09ade8b6c4
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: UTF-8 no BOM -*-
|
||||
|
||||
import re
|
||||
import os, sys
|
||||
import os
|
||||
|
||||
class Section():
|
||||
def __init__(self,data = {'__order__':[]},part = ''):
|
||||
|
|
Loading…
Reference in New Issue