Issue #1497 fix build

Former-commit-id: 6e0f0d330e [formerly 6e0f0d330e [formerly 3b30fcffe24d19c6c694d9519d1a515843248d32]]
Former-commit-id: b52aa82213
Former-commit-id: 98ec6fcc1c
This commit is contained in:
Nate Jensen 2013-01-17 18:37:32 -06:00
parent 876b7d9502
commit d269e1953b
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ import java.util.Arrays;
import jep.INumpyable;
import com.raytheon.uf.viz.derivparam.python.PythonNumpyFloatArray;
import com.raytheon.uf.common.python.PythonNumpyFloatArray;
/**
* TODO Add Description

View file

@ -17,7 +17,7 @@
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
* further licensing information.
**/
package com.raytheon.uf.viz.derivparam.python;
package com.raytheon.uf.common.python;
import jep.INumpyable;