Fixed formatting for pull request

master
Travis Howse 2011-09-16 15:54:43 +10:00
parent 21c0b9aaa8
commit ad81fb6282
1 changed files with 18 additions and 17 deletions

View File

@ -132,7 +132,7 @@ class showstl(wx.Window):
t=time.time()
#print name
if name.lower().endswith(".stl"):
#Filter out the path, just show the STL filename.
#Filter out the path, just show the STL filename.
newname=re.match(r".*[/\\](.*?\.stl)", name.lower()).group(1)
c=1
while newname in self.models:
@ -302,3 +302,4 @@ if __name__ == '__main__':
main = stlwin()
main.Show()
app.MainLoop()