Better __future__ import handling for those that don't exist.

This commit is contained in:
Dave Halter
2017-07-25 20:21:38 +02:00
parent d012353637
commit 6a92f5ec2d
3 changed files with 32 additions and 6 deletions

View File

@@ -5,6 +5,9 @@ gather some of the potentially dangerous ones.
from __future__ import division
# With a dot it's not a future import anymore.
from .__future__ import absolute_import
'' ''
''r''u''
b'' BR''