aboutsummaryrefslogtreecommitdiff
path: root/pixelmappers/GaussianMapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'pixelmappers/GaussianMapper.py')
-rw-r--r--pixelmappers/GaussianMapper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pixelmappers/GaussianMapper.py b/pixelmappers/GaussianMapper.py
index e94235e..8755acf 100644
--- a/pixelmappers/GaussianMapper.py
+++ b/pixelmappers/GaussianMapper.py
@@ -1,6 +1,5 @@
from operationscore.PixelMapper import *
import util.Geo as Geo
-import Util
class GaussianMapper(PixelMapper):
def mappingFunction(self, eventLocation, screen):
returnPixels = [] #TODO: consider preallocation and trimming