Fixed source field sometimes showing up as broken HTML...
This commit is contained in:
parent
d7893fce37
commit
9f239e8c37
4 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
from threading import RLock
|
||||
from urllib2 import URLError,urlopen
|
||||
from urllib2 import HTTPError,URLError,urlopen
|
||||
import gtk
|
||||
|
||||
|
||||
|
|
Reference in a new issue