• Kirill Smelkov's avatar
    *: __future__ += absolute_imports; Use unified __future__ everywhere · 81dfefa0
    Kirill Smelkov authored
    - we are going to introduce golang.time, and from inside there without
      `from __future__ import absolute_imports` it won't be possible to import
      needed stdlib's time.
    
    - we were already doing `from __future__ import print_function`, but
      only in some files.
    
    -> It makes sense to apply updated __future__ usage uniformly.
    81dfefa0
testing.py 3.28 KB