Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
fix import witha absolute_import
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hicks committed Jan 31, 2013
1 parent 10a2d92 commit a702489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emit/router/rq.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import absolute_import
from rq import Queue
from rq.decorators import job

Expand Down

0 comments on commit a702489

Please sign in to comment.