Skip to content

Commit

Permalink
Merge branch 'nc-2016ss'
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Nov 9, 2016
2 parents 2ac61c5 + 1b05d72 commit 264d0a4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 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'],
'sessions': ['2015','2016E1','2016E2'],
'start_year': 2015, 'end_year': 2016},
],
session_details={
Expand All @@ -83,9 +83,16 @@
'display_name': '2015-2016 Session',
'_scraped_name': '2015-2016 Session',
},
'2016E1': {'type': 'special',
'display_name': '2016 Extra Session 1',
'_scraped_name': '2016 Extra Session 1',
},
'2016E2': {'type': 'special',
'display_name': '2016 Extra Session 2',
'_scraped_name': '2016 Extra Session 2',
},
},
_ignored_scraped_sessions=['2016 Extra Session 2',
'2016 Extra Session 1',
_ignored_scraped_sessions=[
'2008 Extra Session', '2007-2008 Session',
'2007 Extra Session', '2005-2006 Session',
'2004 Extra Session', '2003-2004 Session',
Expand Down

0 comments on commit 264d0a4

Please sign in to comment.