From 50916bacf5cdef53152f5be334b6faea38ce6cd2 Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Tue, 11 Jan 2022 22:10:14 -0800 Subject: [PATCH] fixed a typo in lttree.py --- moltemplate/lttree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moltemplate/lttree.py b/moltemplate/lttree.py index 76704cbe..e5e79953 100755 --- a/moltemplate/lttree.py +++ b/moltemplate/lttree.py @@ -44,7 +44,7 @@ WriteVarBindingsFile, StaticObj, InstanceObj, \ BasicUI, ScopeBegin, ScopeEnd, WriteFileCommand, Render from .ttree_lex import InputError, TextBlock, DeleteLinesWithBadVars, \ - TemplateLexer, TableFromTemplate, VarRef, TextBlock, ErrorLeader, + TemplateLexer, TableFromTemplate, VarRef, TextBlock, ErrorLeader, \ SplitQuotedString from .lttree_styles import AtomStyle2ColNames, ColNames2AidAtypeMolid, \ ColNames2Coords, ColNames2Vects, \