From 9872e3b23d6602f533f023be5cf178aaf69b1b7a Mon Sep 17 00:00:00 2001 From: cslocum Date: Wed, 10 Sep 2014 18:48:39 +0000 Subject: move definition of allowed flags into __init__.py git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1319 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/nodes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'steuermann/nodes.py') diff --git a/steuermann/nodes.py b/steuermann/nodes.py index 17b73ab..fb674b8 100644 --- a/steuermann/nodes.py +++ b/steuermann/nodes.py @@ -3,7 +3,6 @@ Stuff related to the tree structure of the command set ''' import fnmatch -from run_all import allowed_flags import sys #import exyapps.runtime -- cgit