Skip to content

Commit

Permalink
Use absolute imports to avoid pytest-dev/pytest#1927
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 10, 2016
1 parent 6591698 commit dbb139d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pmxbot/rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from jaraco import timing

import pmxbot
from . import core
from . import storage
from pmxbot import core
from pmxbot import storage

log = logging.getLogger(__name__)

Expand Down

0 comments on commit dbb139d

Please sign in to comment.