#!/usr/bin/python"""USAGE with Python 2.6 python ofx2n3.py --n3 < foo.ofx > foo.rdf"""__version__ = "$Id: ofx2n3.py Exp $"# from swap.myStore import load, Namespace# from swap.diag import chatty_flag, progressimport sys, re, osdef main(argv): filenames = [] ...