Skip to content

Commit

Permalink
MO: 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Tagliamonte committed Jan 3, 2013
1 parent 7f477a8 commit 3c2bf75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openstates/mo/__init__.py
Expand Up @@ -14,15 +14,21 @@
{'name': '2011-2012',
'sessions': ['2011', '2012'],
'start_year': 2011, 'end_year': 2012},
{'name': '2013-2014',
'sessions': ['2013'],
'start_year': 2013, 'end_year': 2014},
],
session_details={
'2012': {'start_date': datetime.date(2012,1,26), 'type': 'primary',
'display_name': '2012 Regular Session'},
'2011': {'start_date': datetime.date(2011,1,26), 'type': 'primary',
'display_name': '2011 Regular Session'},
'2013': {'start_date': datetime.date(2012,1,26), 'type': 'primary',
'display_name': '2013 Regular Session'},
},
feature_flags=["subjects", 'influenceexplorer'],
_ignored_scraped_sessions = [
'2012 - 96th General Assembly - 2nd Regular Session',
'2011 - 96th General Assembly - 1st Regular Session',
'2010 - 95th General Assembly - 2nd Regular Session',
'2009 - 95th General Assembly - 1st Regular Session',
Expand Down

0 comments on commit 3c2bf75

Please sign in to comment.