Fix math filters
This commit is contained in:
parent
fa6e587654
commit
2664de55fb
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
from __future__ import absolute_import
|
||||||
|
|
||||||
import math
|
import math
|
||||||
from ansible import errors
|
from ansible import errors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue