From 3b29bb2dc2a681c85b45e79e7cca539f1c131d9a Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sat, 17 Dec 2011 17:24:32 -0500 Subject: [PATCH] Drop stale fr0stlib dependency --- cuburn/render.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cuburn/render.py b/cuburn/render.py index 6a7644b..dd91bad 100644 --- a/cuburn/render.py +++ b/cuburn/render.py @@ -11,10 +11,6 @@ import numpy as np from numpy import float32 as f32, int32 as i32, uint32 as u32, uint64 as u64 from scipy import ndimage -from fr0stlib import pyflam3 -from fr0stlib.pyflam3._flam3 import * -from fr0stlib.pyflam3.constants import * - import pycuda.compiler import pycuda.driver as cuda import pycuda.tools