# Part of the A-A-P recipe executive: Module only used for testing Aap itself. # Copyright (c) 2002 - 2003 stichting NLnet Labs # Permission to copy and use this file is specified in the file COPYING. # If this file is missing you can find it here: http://www.a-a-p.org/COPYING # Last Change: 2004 Apr 13 # Default value DMD = dmd :python def testfunc(): return "yes" # vim: set sw=4 sts=4 tw=79 :