From 899acf03090bb9e8eab1c9a9bd3c4523c6385066 Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Fri, 10 Sep 2021 08:24:18 -0400 Subject: [PATCH] correct import syntax --- gwygsf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gwygsf/__init__.py b/gwygsf/__init__.py index c845fe3..9a04856 100644 --- a/gwygsf/__init__.py +++ b/gwygsf/__init__.py @@ -1 +1 @@ -from readfile import * \ No newline at end of file +from .readfile import *