diff --git a/TODO.rst b/TODO.rst index 2f5df1a9f..9134aa6f5 100644 --- a/TODO.rst +++ b/TODO.rst @@ -11,7 +11,7 @@ Sprint Possibilities ==================== * All constants should probably be moved into their own module. Name it - ``constants.py`` and do a ``from constants import ...`` at the top of + ``constants.py`` and do a ``from .constants import ...`` at the top of each of the other modules that need it. * Use py.test fixtures to turn loops into parameterized tests.