|
@@ -5,9 +5,6 @@
|
|
|
# :copyright: (c) 2009 - 2012 Ask Solem and individual contributors,
|
|
|
# All rights reserved.
|
|
|
# :license: BSD (3 Clause), see LICENSE for more details.
|
|
|
-
|
|
|
-from __future__ import absolute_import, print_function, unicode_literals
|
|
|
-
|
|
|
import os
|
|
|
import re
|
|
|
import sys
|
|
@@ -168,7 +165,4 @@ old_module, new_module = five.recreate_module( # pragma: no cover
|
|
|
version_info=version_info,
|
|
|
maybe_patch_concurrency=maybe_patch_concurrency,
|
|
|
_find_option_with_arg=_find_option_with_arg,
|
|
|
- absolute_import=absolute_import,
|
|
|
- unicode_literals=unicode_literals,
|
|
|
- print_function=print_function,
|
|
|
)
|