[python-hdf5storage] 05/152: Added missing import.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 0.1
in repository python-hdf5storage.
commit 73450df10a10a8712d55d7e747ed6b1e27f75375
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Mon Dec 23 14:40:43 2013 -0500
Added missing import.
---
hdf5storage/core.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/hdf5storage/core.py b/hdf5storage/core.py
index 9927934..5f6fc20 100644
--- a/hdf5storage/core.py
+++ b/hdf5storage/core.py
@@ -36,6 +36,7 @@ import h5py
from hdf5storage.utilities import *
from hdf5storage.lowlevel import write_data
+from hdf5storage import Marshallers
class Options(object):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git
More information about the debian-science-commits
mailing list