Fix matcher import

This commit is contained in:
greg 2018-01-22 16:53:05 -05:00
parent 3a491093ee
commit 686735b94e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
from __future__ import unicode_literals
import re
from ..matcher import Matcher
from ...matcher import Matcher
import pytest