From c134411257cef15e1abf0fa0df82314f9b0d6afa Mon Sep 17 00:00:00 2001 From: cslocum Date: Wed, 10 Sep 2014 18:52:54 +0000 Subject: forgot import statement in nodes.py git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1320 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/nodes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'steuermann/nodes.py') diff --git a/steuermann/nodes.py b/steuermann/nodes.py index fb674b8..d02cbf6 100644 --- a/steuermann/nodes.py +++ b/steuermann/nodes.py @@ -4,6 +4,7 @@ Stuff related to the tree structure of the command set import fnmatch import sys +from . import allowed_flags #import exyapps.runtime -- cgit