fix typo. see #2149

This commit is contained in:
Yann Leboulanger 2007-07-25 23:06:33 +00:00
parent 3b9966960d
commit 52fdd458d7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class ConfigPaths:
yield (key, self[key])
def init(self, root = None):
if self.root is not None:
if root is not None:
self.root = root
# LOG is deprecated