diff --git a/direct/src/showutil/dist.py b/direct/src/showutil/dist.py index 0ae8e0bad2..ba3e3d2f91 100644 --- a/direct/src/showutil/dist.py +++ b/direct/src/showutil/dist.py @@ -171,9 +171,6 @@ class build_apps(distutils.core.Command): for module, source_path in freezer_extras: - if module == 'time': - source_path = None - if source_path is not None: # Rename panda3d/core.pyd to panda3d.core.pyd basename = os.path.basename(source_path)