Fix existing Driver.is_me's crashes if path is a directory.
authorW. Trevor King <wking@drexel.edu>
Sun, 15 Aug 2010 12:18:47 +0000 (08:18 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 15 Aug 2010 12:18:47 +0000 (08:18 -0400)
commit6f6ce8ddd345f49af5df688858e83696eb93e5ef
treeaa322f2124582c500bb36fb61117129968de5528
parente2e4ae25adca8d60e00c865c94ec3f73f1539ec1
Fix existing Driver.is_me's crashes if path is a directory.

I didn't add this at the curve level, since it seems reasonable that
someone might develop a curve format where the 'file' is a directory.
hooke/driver/__init__.py
hooke/driver/hdf5.py
hooke/driver/hemingway.py
hooke/driver/jpk.py
hooke/driver/mcs.py
hooke/driver/mfp1d.py
hooke/driver/mfp1dexport.py
hooke/driver/mfp3d.py
hooke/driver/picoforce.py
hooke/driver/tutorial.py
hooke/driver/wtk.py