Better solution to overwriting preexisting datasets.
authorW. Trevor King <wking@drexel.edu>
Tue, 19 Apr 2011 23:06:28 +0000 (19:06 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 19 Apr 2011 23:06:28 +0000 (19:06 -0400)
commit28a80176ba53c1dc55f7ad5120f0fbe5ceae18e5
tree5094fbb66082c8507dc377fa6c8ceebfc258c9df
parentbff1db508520bbd3efd0b098948b4f1ea4b26b98
Better solution to overwriting preexisting datasets.

Remove them and start from scratch.  The previous implementation did
things like

  >>> dataset = 'no'
  >>> dataset[...] = 'yes'
  >>> dataset[...]
  'ye'
pypiezo/config.py