vici: Add support for python 3

This commit is contained in:
Björn Schuberg
2015-03-18 13:59:15 +01:00
committed by Martin Willi
parent c7e3c5943f
commit 2e74aa0a91
5 changed files with 29 additions and 8 deletions
@@ -3,6 +3,7 @@ EXTRA_DIST = LICENSE MANIFEST.in \
vici/test/__init__.py \
vici/test/test_protocol.py \
vici/__init__.py \
vici/compat.py \
vici/exception.py \
vici/protocol.py \
vici/session.py