diff options
Diffstat (limited to 'Demo')
-rwxr-xr-x | Demo/pdist/cvslib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/pdist/cvslib.py b/Demo/pdist/cvslib.py index c72cd6b..fa0e0f9 100755 --- a/Demo/pdist/cvslib.py +++ b/Demo/pdist/cvslib.py @@ -292,7 +292,7 @@ class CVS: 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 |