Skip to content

Commit

Permalink
Merge pull request #36 from jwilk/filechooser-main
Browse files Browse the repository at this point in the history
remove unused code
  • Loading branch information
jepler authored Mar 15, 2017
2 parents fdabf8e + fbcda37 commit cfa897f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions filechooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,3 @@ def set_title(self, title):

def set_current_folder(self, directory):
self.dialog.set_current_folder(directory)

if __name__ == '__main__':
print prompt_open()

0 comments on commit cfa897f

Please sign in to comment.