Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modern twisted fix #4

Closed
wants to merge 4 commits into from
Closed

Modern twisted fix #4

wants to merge 4 commits into from

Conversation

mithro
Copy link
Member

@mithro mithro commented Dec 22, 2014

This pull request seems to contain the justintv plugin?

mithro and others added 4 commits March 13, 2012 21:57
Hi,

Beginning with python twisted 13 the deprecated functions listenWith
and connectWith were removed. This prevents flumotion from being used
on current Ubuntu releases and will be unusable with Debian Jessie.
My attached patch fixes the problem.

regards
 christian

Signed-off-by: Christian Pointner <[email protected]>
The _PatchedModuleImporter didn't pass through the level argument which is
needed for the future absolute_import to work properly.

```python
from __future__ import absolute_import
```
@mithro mithro closed this Dec 22, 2014
@mithro mithro deleted the modern-twisted-fix branch December 22, 2014 10:47
@mithro
Copy link
Member Author

mithro commented Dec 22, 2014

In #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant