Revert "Merge pull request #1526 from AlexCatarino/python3"

This reverts commit 2e523992d0, reversing
changes made to fa48fc23ea.
This commit is contained in:
Stefano Raggi
2018-02-14 16:03:12 +01:00
parent 7246b8b6b6
commit a39e6a8e28
75 changed files with 245 additions and 241 deletions
@@ -13,11 +13,13 @@
from clr import AddReference
AddReference("System")
AddReference("System.Collections")
AddReference("QuantConnect.Algorithm")
AddReference("QuantConnect.Indicators")
AddReference("QuantConnect.Common")
from System import *
from System.Collections.Generic import List
from QuantConnect import *
from QuantConnect.Algorithm import *
from QuantConnect.Indicators import *