From 567a7671c2b825eebb57b0d9a03cbaf20e117013 Mon Sep 17 00:00:00 2001 From: Hal Simpson <hasimpson@usgs.gov> Date: Fri, 27 Mar 2015 17:33:22 -0600 Subject: [PATCH] Added new StreamIAGA2002Factory --- geomagio/iaga2002/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geomagio/iaga2002/__init__.py b/geomagio/iaga2002/__init__.py index bc43aac9b..ab1e91943 100644 --- a/geomagio/iaga2002/__init__.py +++ b/geomagio/iaga2002/__init__.py @@ -5,6 +5,7 @@ Based on documentation at: """ from IAGA2002Factory import IAGA2002Factory +from StreamIAGA2002Factory import StreamIAGA2002Factory from IAGA2002Parser import IAGA2002Parser from IAGA2002Writer import IAGA2002Writer from MagWebFactory import MagWebFactory @@ -12,6 +13,7 @@ from MagWebFactory import MagWebFactory __all__ = [ 'IAGA2002Factory', + 'StreamIAGA2002Factory', 'IAGA2002Parser', 'IAGA2002Writer', 'MagWebFactory' -- GitLab