Skip to content

Commit ef79221

Browse files
committed
Fix positioning of import comments
1 parent 7c00c1b commit ef79221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/sconsUtils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
# These should remain in their own namespaces
2323
# These inject methods into SConsEnviroment
2424
from . import builders, installation, scripts, tests
25-
from .builders import ProductDir
2625

2726
# Pull some names into the package namespace
27+
from .builders import ProductDir
2828
from .dependencies import Configuration, ExternalConfiguration, configure
2929
from .state import env, log, opts, targets

0 commit comments

Comments
 (0)