diff options
Diffstat (limited to 'python/futures.py')
| -rw-r--r-- | python/futures.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/futures.py b/python/futures.py index 8aca1d25..46aaf115 100644 --- a/python/futures.py +++ b/python/futures.py @@ -8,9 +8,6 @@ import pytz ticker = "GE"
monthcodes = ["F", "G", "H", "J", "K", "M", "N", "Q", "U", "V", "X", "Z"]
-d = datetime.date.today().day
-m = datetime.date.today().month
-y = datetime.date.today().year
def nextIMMDates(startdate, length = 8):
y = startdate.year
|
