From 04c4117bb7965a970b3ce6ec52b30db6e5350bb0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 8 Jun 2006 19:12:13 +0000 Subject: [PATCH] fix scope of setting self.files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/lib/imagebrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/wx/lib/imagebrowser.py b/wxPython/wx/lib/imagebrowser.py index 1ff10ca138..576d0bcfbd 100644 --- a/wxPython/wx/lib/imagebrowser.py +++ b/wxPython/wx/lib/imagebrowser.py @@ -330,7 +330,7 @@ class FindFiles: if pattern.match(value) != None: filelist.append(i) - self.files = filelist + self.files = filelist def MakeRegex(self, pattern): import re -- 2.45.2