This commit is contained in:
Marcos Pinto 2007-09-07 22:21:05 +00:00
parent 3aedc14399
commit 83474930fd
1 changed files with 1 additions and 2 deletions

View File

@ -138,8 +138,7 @@ def open_url_in_browser(link):
self.url = link
def run(self):
webbrowser.open(self.url)
t = BrowserThread(link)
t.start()
BrowserThread(link).start()
def is_url(url):
import re