Enable absolute imports for non-third-party code where it was omitted previously
(imported from commit 34856ac32c6b94b614273a6fe46c87a314058d9b)
This commit is contained in:
parent
3c455e48a9
commit
518da346e3
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
from __future__ import absolute_import
|
||||
|
||||
import sys
|
||||
from os import path
|
||||
import logging
|
||||
|
|
Loading…
Reference in a new issue