add ConfigVariableFilename

This commit is contained in:
David Rose 2004-11-22 20:02:59 +00:00
parent 1aab7e8855
commit caad633fd7
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
def __str__(self):
return self.getValue()
def __len__(self):
return self.getValue().__len__()