Commit 20aa4645 authored by Éric Araujo's avatar Éric Araujo

Add FIXME note as a reminder

parent fc732df7
...@@ -161,6 +161,8 @@ def copy_xxmodule_c(directory): ...@@ -161,6 +161,8 @@ def copy_xxmodule_c(directory):
def _get_xxmodule_path(): 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') srcdir = sysconfig.get_config_var('srcdir')
candidates = [ candidates = [
# use installed copy if available # use installed copy if available
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment