changeset 130:d3ed3a0092d1

remove unused import
author Jeff Hammel <k0scist@gmail.com>
date Mon, 16 Mar 2015 21:14:48 -0700
parents 79d99216ba17
children 90f153216880
files numerics/plot.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/numerics/plot.py	Mon Mar 16 21:14:03 2015 -0700
+++ b/numerics/plot.py	Mon Mar 16 21:14:48 2015 -0700
@@ -23,7 +23,6 @@
 import subprocess
 import sys
 import tempfile
-import time
 
 # module globals
 __all__ = ['Plot', 'PlotParser', 'read', 'main']