use $[PACKAGE]

This commit is contained in:
David Rose 2004-06-03 21:22:46 +00:00
parent 6eeb4f27e3
commit 556bb05f8b

View File

@ -41,7 +41,7 @@ There are two cases:
is crafted so that it will do no harm if it is installed. is crafted so that it will do no harm if it is installed.
""" """
package = '$[upcase $[notdir $[TOPDIR]]]' package = '$[upcase $[PACKAGE]]'
import os import os
import sys import sys