From 9f8318cbb6f860df5868ead9ca7cfc7be114e0aa Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 18 Jul 2006 22:53:22 -0800 Subject: [PATCH] forgot to comment out second part of line.. [git-p4: depot-paths = "//depot/": change = 871] --- mpegtsmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpegtsmod.py b/mpegtsmod.py index 00563a1..63fbe62 100644 --- a/mpegtsmod.py +++ b/mpegtsmod.py @@ -225,7 +225,7 @@ class MultiMPEGTS(FSObject, StorageFolder): continue #log.msg('real tvct:', toindex[i], toindex.keys(), - self.tvct) + # self.tvct) self.pathObjmap[i] = self.cd.addItem(self.id, MPEGTS, i, path = self.FSpath, tvct = toindex[i]) doupdate = True