diff options
Diffstat (limited to 'lang/python/tests/t-sig-notation.py')
-rwxr-xr-x | lang/python/tests/t-sig-notation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/t-sig-notation.py b/lang/python/tests/t-sig-notation.py index cb4a48e3..0f77e37a 100755 --- a/lang/python/tests/t-sig-notation.py +++ b/lang/python/tests/t-sig-notation.py @@ -18,7 +18,7 @@ # License along with this program; if not, see <http://www.gnu.org/licenses/>. import os -from pyme import core, constants, errors +from pyme import core, constants import support expected_notations = { |