This is an automated email from the ASF dual-hosted git repository.
gstein pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
from 8a2c854 Move rest_voter logic into a function, so we can return when
we need to halt processing
add a2699cd Unused imports
add 64c669c Fix missing ()
new cb09561 Merge pull request #33 from sebbASF/imports
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pysteve/cli/load_election.py | 1 -
pysteve/cli/mkelection.py | 2 +-
pysteve/cli/setup.py | 4 +---
pysteve/cli/tally.py | 6 ++----
pysteve/lib/backends/es.py | 2 --
pysteve/lib/backends/files.py | 1 -
pysteve/lib/backends/sqlite.py | 1 -
pysteve/lib/election.py | 1 -
pysteve/lib/form.py | 2 +-
pysteve/lib/plugins/cop.py | 4 ++--
pysteve/lib/plugins/dh.py | 2 +-
pysteve/lib/plugins/fpp.py | 1 -
pysteve/lib/plugins/stv.py | 2 +-
pysteve/lib/voter.py | 6 ++----
pysteve/standalone.py | 2 +-
pysteve/tests/test.py | 2 +-
pysteve/www/cgi-bin/rest_admin.py | 5 ++---
pysteve/www/cgi-bin/rest_voter.py | 4 ++--
pysteve/www/wsgi/rest_admin.py | 4 ++--
pysteve/www/wsgi/rest_voter.py | 4 ++--
20 files changed, 21 insertions(+), 35 deletions(-)