]> git.parisson.com Git - yomguy-tools.git/commitdiff
fix xls
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 19 Jul 2010 12:11:07 +0000 (12:11 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 19 Jul 2010 12:11:07 +0000 (12:11 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@84 457c0346-1240-4656-8a5a-9edca8063506

isp_tools/isp_trans.py

index 39b083a858d27da849a7095a2f61005c809869c2..3f64cb1812dbf5b44e753387e14287fe1fca429a 100644 (file)
@@ -143,7 +143,7 @@ class ISPTrans(object):
         self.collection = ISPCollection(self.source_dir)
         self.sources = self.collection.media_list()
         self.xls_file = self.collection.xls_list()
-        self.xls = ISPXLS(self.xls_file)
+        self.xls = ISPXLS(self.xls_file[0])
         self.trans_dict = self.xls.trans_dict()
         print self.trans_dict