Fixed source field sometimes showing up as broken HTML...

This commit is contained in:
Anna 2010-05-23 17:58:25 -04:00
parent d7893fce37
commit 9f239e8c37
4 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,5 @@
from threading import RLock
from urllib2 import URLError,urlopen
from urllib2 import HTTPError,URLError,urlopen
import gtk