On Thu, Oct 3, 2013 at 10:32 AM, sam <samdr...@gmail.com> 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:
>         +    reactor.simulate()
>         +except AttributeError:
>         +    reactor._simulate()

Note that this is already fixed in the upstream 1.3.6 release in experimental.

-- Andrew Starr-Bochicchio

   Ubuntu Developer <https://launchpad.net/~andrewsomething>
   Debian Developer <http://qa.debian.org/developer.php?login=asb>
   PGP/GPG Key ID: D53FDCB1


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to