# # # patch "web/__init__.py" # from [4ad6a0c17ac8571d6099b2b771b32b3607197d0e] # to [6cd3ae0f5857354777e79399803881052493b2c2] # ============================================================ --- web/__init__.py 4ad6a0c17ac8571d6099b2b771b32b3607197d0e +++ web/__init__.py 6cd3ae0f5857354777e79399803881052493b2c2 @@ -24,11 +24,8 @@ from debugerror import * from httpserver import * from debugerror import * -try: - import cheetah - from cheetah import * -except ImportError: - pass +import cheetah +from cheetah import * def main(): import doctest