From 00d7973925c20b3421a69cd3b03813f8460d4bb4 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 22 Jul 2019 19:18:38 +0200 Subject: [PATCH] makewheel: remove outdated comment [skip ci] --- makepanda/makewheel.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/makepanda/makewheel.py b/makepanda/makewheel.py index fea29bd17f..ad903b021f 100644 --- a/makepanda/makewheel.py +++ b/makepanda/makewheel.py @@ -1,10 +1,5 @@ """ Generates a wheel (.whl) file from the output of makepanda. - -Since the wheel requires special linking, this will only work if compiled with -the `--wheel` parameter. - -Please keep this file work with Panda3D 1.9 until that reaches EOL. """ from __future__ import print_function, unicode_literals from distutils.util import get_platform