On Thu, Oct 3, 2013 at 10:32 AM, sam wrote:
> after updating python-twisted , i came to know simulate() has been
> changed for twisted < 12
>
> so, i made exception for the new version of twisted to call _simulate()
> in gtkui.py in line 367
> -reactor.simulate()
> +try:
>
Package: deluge-gtk
Version: 1.3.3-2+nmu1
Severity: important
Dear Maintainer,
after updating python-twisted , i came to know simulate() has been
changed for twisted < 12
so, i made exception for the new version of twisted to call _simulate()
in gtkui.py in line 367
-reactor.simulate()
2 matches
Mail list logo