Merge "Drop python3 hack for XML serializer"

This commit is contained in:
Zuul 2019-12-21 23:37:06 +00:00 committed by Gerrit Code Review
commit 918b590fbf
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ from neutronclient._i18n import _
from neutronclient.common import exceptions as exception
if six.PY3:
long = int
class ActionDispatcher(object):
"""Maps method name to local methods through action name."""