corrected __slots__ class variable
This commit is contained in:
parent
fdd4e224ce
commit
033b979471
|
@ -5,7 +5,7 @@ import os,sys,string,re,subprocess,shlex
|
|||
class Environment():
|
||||
__slots__ = [ \
|
||||
'rootRelation',
|
||||
'pathInfo',
|
||||
'options',
|
||||
]
|
||||
|
||||
def __init__(self,rootRelation = '.'):
|
||||
|
|
Loading…
Reference in New Issue