Remove __future__ imports
This commit is contained in:
parent
a284dec2f9
commit
1ceeaf11e6
5 changed files with 0 additions and 8 deletions
|
|
@ -44,9 +44,6 @@
|
|||
# - if a <g> has only one element in it, collapse the <g> (ensure transform, etc are carried down)
|
||||
|
||||
|
||||
from __future__ import division # use "true" division instead of integer division in Python 2 (see PEP 238)
|
||||
from __future__ import print_function # use print() as a function in Python 2 (see PEP 3105)
|
||||
from __future__ import absolute_import # use absolute imports by default in Python 2 (see PEP 328)
|
||||
|
||||
import math
|
||||
import optparse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue