setup (...)
"""
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
# created 1999/07/05, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, os
from types import *
but this list will undoubtedly grow with time."""
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
__all__ = ['build',
'build_py',
# created 1999/03/08, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, os
from distutils.core import Command
# created (an empty husk) 1999/12/18, Greg Ward
# fleshed out 2000/02/03-04
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
# XXX this module has *lots* of code ripped-off quite transparently from
# created 1999/08/09, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, os, string, re
from types import *
# created (an empty husk) 1999/12/18, Greg Ward
# fleshed out 2000/02/03-04
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
# XXX this module has *lots* of code ripped-off quite transparently from
# created 1999/03/08, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, string, os
from types import *
# created 1999/03/13, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, os, string
from types import *
# created 1999/09/12, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
from distutils.core import Command
from distutils.util import copy_tree
# created 1999/03/13, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, string
from distutils.core import Command
# created 1999/03/13, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, string
from distutils.core import Command
# created 1999/09/22, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, os, string, re
import fnmatch
# created 1999/03/01, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, os
import string, re
# created 1999/03/03, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import types
# created 1999/03/03, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, string, re
from types import *
# created 1999/08/19, Perry Stoll
#
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import os
import sys
# created 1999/07/24, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, os, string
from distutils.errors import *
# created 1999/07/05, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import string, re, os
from types import *
# created 1999/03/08, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import os, string
from distutils.errors import *