mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
Fixed unittest2 import error on Python 2.7
Changed all unittest2 imports to unittest
This commit is contained in:
committed by
Eddie Hebert
parent
cc715b81ae
commit
cf4d7ca353
@@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from unittest2 import TestCase
|
||||
from unittest import TestCase
|
||||
|
||||
import zipline.utils.factory as factory
|
||||
from zipline.sources import DataFrameSource
|
||||
|
||||
Reference in New Issue
Block a user