2012-12-19 05:55:50 +01:00
|
|
|
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
|
|
|
|
; Copyright (c) Paul Tagliamonte, in sofar as any of this is at all
|
|
|
|
; copyrightable.
|
|
|
|
|
2012-12-23 05:07:09 +01:00
|
|
|
(import "sunlight")
|
2012-12-19 05:55:50 +01:00
|
|
|
|
|
|
|
|
2012-12-23 05:07:09 +01:00
|
|
|
(for [x (kwapply (sunlight.openstates.legislators) {"state" "ma"})]
|
|
|
|
(print x))
|