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():
|
class Environment():
|
||||||
__slots__ = [ \
|
__slots__ = [ \
|
||||||
'rootRelation',
|
'rootRelation',
|
||||||
'pathInfo',
|
'options',
|
||||||
]
|
]
|
||||||
|
|
||||||
def __init__(self,rootRelation = '.'):
|
def __init__(self,rootRelation = '.'):
|
||||||
|
|
Loading…
Reference in New Issue