Merge with 3.5

This commit is contained in:
Zachary Ware 2016-08-30 10:03:32 -05:00
commit 613debcf0a

View file

@ -4,9 +4,13 @@
import unittest
from test.support.script_helper import assert_python_ok
from test.test_tools import toolsdir
from test.test_tools import skip_if_missing, toolsdir
from test.support import temp_cwd
skip_if_missing()
class Test_pygettext(unittest.TestCase):
"""Tests for the pygettext.py tool"""