X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=textafcuci.py;h=bdfad06f4d4b27235580c947d469373be67f2459;hp=33315a69800c4f7d15ae1bfcb996fcb4a3c007e2;hb=148fe710bf14981c45e865e8b4ddb68333e62f7c;hpb=8fa853a25a9d62b1446e1bc543e5a3a4d0e03dcf diff --git a/textafcuci.py b/textafcuci.py index 33315a6..bdfad06 100644 --- a/textafcuci.py +++ b/textafcuci.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- #Author: Pierre Ratinaud #Copyright (c) 2008-2009 Pierre Ratinaud -#Lisense: GNU/GPL +#License: GNU/GPL from chemins import ConstructPathOut, ConstructAfcUciPath from layout import GraphPanel @@ -108,7 +108,7 @@ class AfcUci(): #self.TabAfcSplit.SetPage(txtafcsplit) dictrow, first = ReadList(self.corpus.dictpathout['afc_row']) - panel_list = ListForSpec(parent, self, dictrow, first) + panel_list = ListForSpec(parent, self, dictrow, first[1:])