From f34b276dd95659be1bc214aaff604a817c56587e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 20 Jul 2019 10:55:43 -0400 Subject: tests: Update test_lps_gen.py. * tests/test_lps_gen.py: Explicitly list all things that need to be imported from lps_gen. --- tests/test_lps_gen.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py index c9ae0ed..bb8c519 100644 --- a/tests/test_lps_gen.py +++ b/tests/test_lps_gen.py @@ -21,7 +21,10 @@ from icalendar import vCalAddress, vText, vDatetime from nose.tools import * from pytz import timezone -from lps_gen import * +from lps_gen import (read_file, write_file, json_write, json_read, + json_write, template_read, LPiCal, LPSRenderer, + LPSpeakersRenderer, LPSMarkdown, + LPSpeakersMarkdown, RenderHTML) class TestJSONUtils(object): -- cgit v1.2.3