Add "from __future__ import division" to all ptvsd modules.

This commit is contained in:
Pavel Minaev 2019-10-30 14:09:58 -07:00 committed by Pavel Minaev
parent 489dd4200d
commit fad3c4f878
75 changed files with 86 additions and 85 deletions

View file

@ -2,7 +2,7 @@
# Licensed under the MIT License. See LICENSE in the project root
# for license information.
from __future__ import absolute_import, print_function, unicode_literals
from __future__ import absolute_import, division, print_function, unicode_literals
"""Helpers to work with Python code.
"""