From 0ac5109c94fbc31eb4323ae342c5956300aaab19 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 5 Sep 2011 08:50:36 +0000 Subject: [PATCH] forgot to include string module --- processing/pre/mentat_spectralBox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/pre/mentat_spectralBox b/processing/pre/mentat_spectralBox index 32591571e..8f2e393ff 100755 --- a/processing/pre/mentat_spectralBox +++ b/processing/pre/mentat_spectralBox @@ -1,6 +1,6 @@ #!/usr/bin/env python -import os, sys, math, re, threading, time +import os, sys, math, re, threading, time, string from optparse import OptionParser, OptionGroup, Option, SUPPRESS_HELP releases = {'2010':['linux64',''],