Remove legacy "from __future__ import with_statement" lines.

This commit is contained in:
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 2016-09-08 13:47:41 -07:00
parent 18a7d2b455
commit a68c1bca7b
9 changed files with 1 additions and 15 deletions

View file

@ -9,8 +9,6 @@
# TODO: - wrong versions in versionadded/changed
# - wrong markup after versionchanged directive
from __future__ import with_statement
import os
import re
import sys