corrected __slots__ class variable

This commit is contained in:
Philip Eisenlohr 2014-01-17 01:37:01 +00:00
parent fdd4e224ce
commit 033b979471
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import os,sys,string,re,subprocess,shlex
class Environment():
__slots__ = [ \
'rootRelation',
'pathInfo',
'options',
]
def __init__(self,rootRelation = '.'):