Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
godwhoa committed Oct 26, 2018
1 parent 04edf4f commit 2090fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspades/mapmaker.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with pyspades. If not, see <http://www.gnu.org/licenses/>.

from vxl cimport VXLData, MapData
from .vxl cimport VXLData, MapData

cdef extern from "classicgen_c.cpp":
void genland(unsigned long seed, MapData * mapdata)
Expand Down

0 comments on commit 2090fe5

Please sign in to comment.