X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=KeyFrame.py;h=4ec826c5ac03121c18f96dbf61794a2407453dc1;hp=5ad7f9288e99804b53fcf5a450c280ee61f1a520;hb=159a6ea7066894985bd88b0bfba518c317870405;hpb=dd1eef8af8133251f2a4d663ec2edf2081838def diff --git a/KeyFrame.py b/KeyFrame.py index 5ad7f92..4ec826c 100755 --- a/KeyFrame.py +++ b/KeyFrame.py @@ -43,7 +43,7 @@ class AlcOptFrame(wx.Dialog): 'nr' : [wx.NewId(),wx.NewId(),u"Formes non reconnues"], } self.parent=parent - self.keys=self.parent.parent.keys + self.keys=self.parent.keys self.listlabel=[] self.listspin=[] self.listbutton=[] @@ -73,7 +73,7 @@ class AlcOptFrame(wx.Dialog): #self.Bind(wx.EVT_BUTTON, self.OnApply, self.button_val) - self.dico=self.parent.parent.parent.lexique#'dictionnaires/lexique.txt') + self.dico=self.parent.parent.lexique#'dictionnaires/lexique.txt') self.__set_properties() self.__do_layout()