Skip to content

Commit

Permalink
Import unittest2 in locks_test if needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Feb 18, 2015
1 parent 1c3d22f commit f525411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/test/locks_test.py
Expand Up @@ -11,11 +11,11 @@
# under the License.

from datetime import timedelta
import unittest

from tornado import gen, locks
from tornado.gen import TimeoutError
from tornado.testing import gen_test, AsyncTestCase
from tornado.test.util import unittest


class ConditionTest(AsyncTestCase):
Expand Down

0 comments on commit f525411

Please sign in to comment.