SCons fails with AttributeError

The version of SCons (3.0.0) included in the openSUSE Tumbleweed packages appears to be broken. Whenever I run a scons command I get the following error:

scons: *** .] AttributeError : 'module' object has no attribute 'generate'

Here is an easy way to test this without having a scons project installed on your system:

mircea@linux-qz0r:~/Downloads> touch SConstruct
mircea@linux-qz0r:~/Downloads> scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: *** .] AttributeError : 'module' object has no attribute 'generate'
scons: building terminated because of errors.
mircea@linux-qz0r:~/Downloads> 

Can other Tumbleweed users reproduce this? I was suggested it might be caused by a stale file, which zypper might have forgotten to remove during an update… therefore I’d rather ask first before reporting this as a bug.