Fix missing import

This commit is contained in:
Ankit Agrawal
2013-10-12 20:35:28 +05:30
committed by Johannes Schönberger
parent 142ad4e774
commit 3a0cebed9f
+1
View File
@@ -5,6 +5,7 @@
cimport numpy as cnp
import numpy as np
import os
from libc.math cimport sin, cos, round