https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206045
Lawrence Chen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Lawrence Chen <[email protected]> --- Created attachment 165961 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165961&action=edit proposed patch In the upstream py-oauth2client code, on August 25, 2015: The old_run [old run()] module was removed, had been deprecated since July 2, 2013. """This module holds the old run() function which is deprecated, the tools.run_flow() function should be used in its place.""" I made this patch (import run_flow as run) to get things working again. The issue is still present in upstream gcalcli master (last commit Jan 21, 2016). Incidentally, gcalcli has tagged releases to v3.3.2 (Sep 14, 2015), 4 commits behind master. v3.2 was Dec 16, 2014. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
