Skip to content

Commit

Permalink
More future imports for safety
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk authored and bfirsh committed Jan 6, 2014
1 parent c6e91db commit f600fa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions fig/cli/socketclient.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import print_function
# Adapted from https://github.com/benthor/remotty/blob/master/socketclient.py

from select import select
Expand Down
1 change: 1 addition & 0 deletions fig/cli/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import unicode_literals
from __future__ import absolute_import
from __future__ import division
import datetime
import os
import socket
Expand Down
3 changes: 3 additions & 0 deletions fig/compat/texttable.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
ijkl 0.000 5.000e-78 89 0.000
mnop 0.023 5.000e+78 92 1.280e+22
"""
from __future__ import division
from __future__ import print_function
from functools import reduce

__all__ = ["Texttable", "ArraySizeError"]

Expand Down

0 comments on commit f600fa8

Please sign in to comment.