dev-python/dicttoxml: re-add python3_3 support

This commit is contained in:
Tim Harder
2016-08-21 14:28:18 -04:00
parent 8935c553b6
commit 71cc112830

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1