get rid of thread

This commit is contained in:
Matt Turnbull
2009-03-12 12:24:23 +00:00
parent cd3d4ef835
commit 76e467a5d4
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ class Importer:
out_path = os.path.join(hhdir, "x"+strftime("%d-%m-%y")+os.path.basename(file))
#out_fh = open(ofile, 'w') # TODO: seek to previous place in input and append output
conv = EverleafToFpdb.Everleaf(in_path = file, out_path = out_path)
conv.join()
#~ conv.join()
elif filter == "FulltiltToFpdb":
print "converting ", file
conv = FulltiltToFpdb.FullTilt(in_fh = file, out_fh = out_fh)