mirror of
https://github.com/unitedstates/congress-legislators.git
synced 2025-12-25 02:14:46 -05:00
Merged changes
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# Helpful functions for finding data about members and committees
|
||||
|
||||
CURRENT_CONGRESS = 112
|
||||
|
||||
|
||||
import os, errno, sys
|
||||
import re, htmlentitydefs
|
||||
import pprint
|
||||
@@ -156,4 +161,4 @@ yaml.add_representer(OrderedDict, ordered_dict_serializer)
|
||||
yaml.add_representer(unicode, lambda dumper, value: dumper.represent_scalar(u'tag:yaml.org,2002:str', value))
|
||||
|
||||
def yaml_dump(data, path):
|
||||
yaml.dump(data, open(path, "w"), default_flow_style=False, allow_unicode=True)
|
||||
yaml.dump(data, open(path, "w"), default_flow_style=False, allow_unicode=True)
|
||||
|
||||
Reference in New Issue
Block a user