diff --git a/Demo/pdist/cvslib.py b/Demo/pdist/cvslib.py index c72cd6b848e..fa0e0f911dd 100755 --- a/Demo/pdist/cvslib.py +++ b/Demo/pdist/cvslib.py @@ -292,7 +292,7 @@ def ignored(self, file): if os.path.isdir(file): return True for pat in self.IgnoreList: if fnmatch.fnmatch(file, pat): return True - return Falso + return False # hexify and unhexify are useful to print MD5 checksums in hex format