Project

General

Profile

« Previous | Next » 

Revision 9527

bin/tnrs_db: removed unused imports

View differences:

bin/tnrs_db
2 2
# Scrubs the taxonlabels in VegBIEN using TNRS.
3 3

  
4 4
import os.path
5
import StringIO
6 5
import sys
7
import time
8 6

  
9 7
sys.path.append(os.path.dirname(__file__)+"/../lib")
10 8

  
11 9
import csvs
12
import dates
13 10
import opts
14 11
import profiling
15 12
import sql
16 13
import sql_gen
17 14
import sql_io
18
import streams
19 15
import strings
20 16
import tnrs
21 17

  

Also available in: Unified diff