From bb32e6654e62ba9cabf924bf050245cdd02df1f3 Mon Sep 17 00:00:00 2001 From: Travis Howse Date: Fri, 16 Sep 2011 16:12:34 +1000 Subject: [PATCH] Remove comment. --- plater.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plater.py b/plater.py index 5f30cde..47b3e65 100755 --- a/plater.py +++ b/plater.py @@ -132,7 +132,6 @@ class showstl(wx.Window): #print name if name.lower().endswith(".stl"): #Filter out the path, just show the STL filename. - #newname=re.match(r".*[/\\](.*?\.stl)", name.lower()).group(1) newname=os.path.split(name.lower())[1] c=1 while newname in self.models: