commit | c37feed731bca6dab9e1afacc446b7516fed30aa | [log] [tgz] |
---|---|---|
author | Alex Gaynor <[email protected]> | Sat Mar 08 08:32:56 2014 -0800 |
committer | Alex Gaynor <[email protected]> | Sat Mar 08 08:32:56 2014 -0800 |
tree | 5545dcd366f023efd40e9fe235ce10ad333cfff4 | |
parent | 78c2f2d2c0a40d20edcaf37c33e91224af3ecbb6 [diff] [blame] |
Added future imports and licenses that are missing
diff --git a/tests/test_utils.py b/tests/test_utils.py index 622a665..352085a 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py
@@ -11,6 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import absolute_import, division, print_function + import os import textwrap