Skip to content

Commit

Permalink
kombu.five now points to vine.five
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Apr 11, 2016
1 parent 82e05c0 commit 5a76edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kombu/five.py
Expand Up @@ -10,7 +10,7 @@
"""
from __future__ import absolute_import, unicode_literals

import amqp.five
import sys
import vine.five

sys.modules[__name__] = amqp.five
sys.modules[__name__] = vine.five

0 comments on commit 5a76edd

Please sign in to comment.