FIx Hypothesis 1.2 compatibilitity descriptors->specifiers.

This commit is contained in:
Robert Smallshire
2015-04-17 12:14:34 +02:00
parent 39e31afa28
commit d7e531dee8
+1 -1
View File
@@ -1,7 +1,7 @@
import unittest
from hypothesis import given, assume
from hypothesis.descriptors import integers_in_range
from hypothesis.specifiers import integers_in_range
from segpy.util import batched