Skip to content

Commit

Permalink
future proof
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Butler committed Sep 4, 2017
1 parent 7a126bf commit 72fcb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macrodensity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
# #
################################################################################

from __future__ import print_function
import numpy
import numpy as np
import math
from scipy import interpolate
import vasp_tools
import plotting_tools
from __future__ import print_function
from six.moves import input
#------------------------------------------------------------------------------------------
def gradient_magnitude(gx,gy,gz):
Expand Down

0 comments on commit 72fcb8e

Please sign in to comment.