Fix "missing hipadaba" test

This commit is contained in:
Douglas Clowes
2014-05-12 17:29:26 +10:00
parent fe2706f406
commit fea1d5ee70

View File

@ -334,7 +334,7 @@ class Baker(Able):
"""
global hipadaba
debug = False
if hipadaba is None:
if not 'hipadaba' in globals() or hipadaba is None:
raise unittest.SkipTest("hipadaba is missing")
else:
if False: