Add FIXME note as a reminder

This commit is contained in:
Éric Araujo 2011-08-26 16:35:19 +02:00
parent 1bd3b9cea0
commit 288ebb446e
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ def copy_xxmodule_c(directory):
def _get_xxmodule_path():
# FIXME when run from regrtest, srcdir seems to be '.', which does not help
# us find the xxmodule.c file
srcdir = sysconfig.get_config_var('srcdir')
candidates = [
# use installed copy if available