Skip to content

Commit

Permalink
Added NC 2016 special session 3
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Dec 13, 2016
1 parent 53cf955 commit 0998bea
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','2016E1','2016E2'],
'sessions': ['2015','2015E1','2015E2', '2015E3'],
'start_year': 2015, 'end_year': 2016},
],
session_details={
Expand All @@ -83,14 +83,18 @@
'display_name': '2015-2016 Session',
'_scraped_name': '2015-2016 Session',
},
'2016E1': {'type': 'special',
'2015E1': {'type': 'special',
'display_name': '2016 Extra Session 1',
'_scraped_name': '2016 Extra Session 1',
},
'2016E2': {'type': 'special',
'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',
},
},
_ignored_scraped_sessions=[
'2008 Extra Session', '2007-2008 Session',
Expand Down

0 comments on commit 0998bea

Please sign in to comment.