fix import in scale_caltech python script

This commit is contained in:
marina.kolpakova 2013-03-01 23:33:28 +04:00
parent 891d7da6ee
commit 1c3c11a4cc

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
import sys, os, os.path, glob, math, cv2
import sys, os, os.path, glob, math, cv2, sft
from datetime import datetime
from optparse import OptionParser
import re