Fixed unittest2 import error on Python 2.7

Changed all unittest2 imports to unittest
This commit is contained in:
Tobias Brandt
2012-11-12 10:49:14 -05:00
committed by Eddie Hebert
parent cc715b81ae
commit cf4d7ca353
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import datetime
import pytz
from unittest2 import TestCase
from unittest import TestCase
from zipline.finance.slippage import VolumeShareSlippage