diff options
author | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2014-12-03 16:04:54 -0200 |
---|---|---|
committer | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2014-12-03 16:04:54 -0200 |
commit | 7594b311441ca0c0eee39b4e953c52645213ffc3 (patch) | |
tree | f3e0f5640abf68027172795ca9ffd054d3d5db53 /service/test/integration/drafts_test.py | |
parent | f7472aed29c525bc630fe1ea05833f840bc42dc4 (diff) | |
parent | fada5155d78336ea4796e934520636472df17348 (diff) |
Merge pull request #166 from pixelated-project/fix_reply_to_all_recipients
Fix reply to all recipients
Diffstat (limited to 'service/test/integration/drafts_test.py')
-rw-r--r-- | service/test/integration/drafts_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/service/test/integration/drafts_test.py b/service/test/integration/drafts_test.py index 2ba14dfd..7fd0a46b 100644 --- a/service/test/integration/drafts_test.py +++ b/service/test/integration/drafts_test.py @@ -14,6 +14,8 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see <http://www.gnu.org/licenses/>. +import unittest + from test.support.integration import * |