summaryrefslogtreecommitdiff
path: root/datafile.py
diff options
context:
space:
mode:
Diffstat (limited to 'datafile.py')
-rw-r--r--datafile.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/datafile.py b/datafile.py
index 2aa752e..8a61c13 100644
--- a/datafile.py
+++ b/datafile.py
@@ -226,9 +226,6 @@ class DataFile(object):
self.close()
raise
- def __del__(self):
- self.close()
-
def _iter_from_time(self, time):
if self._dt_iter is None:
if time == 0.0: