MAINT: Restore @property decorator

This will keep `opens`, `closes`, `early_closes`, etc to the
same pattern.
This commit is contained in:
keang
2016-10-28 23:25:53 +08:00
parent 285b5f7d77
commit 265c02b0c1
@@ -237,6 +237,7 @@ class TradingCalendar(with_metaclass(ABCMeta)):
# -----
@property
def opens(self):
return self.schedule.market_open