Leave a TODO in post_gen_hook.py

This commit is contained in:
Nikita P. Shupeyko 2018-03-06 16:43:44 +03:00
parent 24407e9761
commit aba1b3aca9

View File

@ -22,7 +22,7 @@ try:
except NotImplementedError:
using_sysrandom = False
PROJECT_DIR_PATH = os.path.realpath(os.path.curdir)
PROJECT_DIR_PATH = os.path.realpath(os.path.curdir) # TODO: ? I doubt even need that
def remove_open_source_project_only_files():