Browse Source

touch and checkin to fix cvs hiccup

Joe Shochet 19 years ago
parent
commit
bc395c5652
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/showbase/ExcelHandler.py

+ 1 - 0
direct/src/showbase/ExcelHandler.py

@@ -60,3 +60,4 @@ class ExcelHandler(saxutils.DefaultHandler):
             self.rows.append(self.cells)
             self.rows.append(self.cells)
         elif name=="Table":
         elif name=="Table":
             self.tables.append(self.rows)
             self.tables.append(self.rows)
+