Skip to content

Commit

Permalink
Merge pull request #1529 from HumorBaby/fix-test-regression-individua…
Browse files Browse the repository at this point in the history
…l-modules

fix: regression in testing individual modules
  • Loading branch information
dgw authored Apr 1, 2019
2 parents e988d17 + 31e0c58 commit 90f1109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sopel/modules/ipython.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from __future__ import unicode_literals, absolute_import, print_function, division

import sopel
import sopel.module
import sys
if sys.version_info.major >= 3:
# Backup stderr/stdout wrappers
Expand Down
1 change: 1 addition & 0 deletions sopel/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import sopel.config
import sopel.config.core_section
import sopel.tools
import sopel.tools.target
import sopel.trigger


Expand Down

0 comments on commit 90f1109

Please sign in to comment.