diff --git a/Lib/plat-mac/macfs.py b/Lib/plat-mac/macfs.py index 3cf56d033dc..5822b197e0c 100644 --- a/Lib/plat-mac/macfs.py +++ b/Lib/plat-mac/macfs.py @@ -57,7 +57,7 @@ def GetDates(self): return statb.st_ctime, statb.st_mtime, 0 def SetDates(self, *dates): - print "FSSpec.SetDates no longer implemented" + pass # print "FSSpec.SetDates not yet implemented" class FSRef(Carbon.File.FSRef): def as_fsspec(self): @@ -69,7 +69,7 @@ def GetInfo(self, index): return self.GetAliasInfo(index) def Update(self, *args): - print "Alias.Update not yet implemented" + pass # print "Alias.Update not yet implemented" def Resolve(self, src=None): fss, changed = self.ResolveAlias(src)