Skip to content

Commit

Permalink
Added 2016 4th special session
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Dec 19, 2016
1 parent a96400b commit 548d9b7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions openstates/nc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'sessions': ['2013'],
'start_year': 2013, 'end_year': 2014},
{'name': '2015-2016',
'sessions': ['2015','2015E1','2015E2', '2015E3'],
'sessions': ['2015','2015E1','2015E2', '2015E3', '2015E4'],
'start_year': 2015, 'end_year': 2016},
],
session_details={
Expand All @@ -86,15 +86,19 @@
'2015E1': {'type': 'special',
'display_name': '2016 Extra Session 1',
'_scraped_name': '2016 Extra Session 1',
},
},
'2015E2': {'type': 'special',
'display_name': '2016 Extra Session 2',
'_scraped_name': '2016 Extra Session 2',
},
},
'2015E3': {'type': 'special',
'display_name': '2016 Extra Session 3',
'_scraped_name': '2016 Extra Session 3',
},
'2015E4': {'type': 'special',
'display_name': '2016 Extra Session 4',
'_scraped_name': '2016 Extra Session 4',
},
},
_ignored_scraped_sessions=[
'2008 Extra Session', '2007-2008 Session',
Expand Down

0 comments on commit 548d9b7

Please sign in to comment.