[stem/master] No-op change for troubleshooting ticket 10132

commit a6d025d63d576b9c0fae86f8d0ed2afe79d11e77 Author: Damian Johnson <atagar@torproject.org> Date: Fri Nov 15 09:00:15 2013 -0800 No-op change for troubleshooting ticket 10132 Helix requested a commit to help with troubleshooting... https://trac.torproject.org/10132 --- test/util.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/util.py b/test/util.py index fc9386e..0befa49 100644 --- a/test/util.py +++ b/test/util.py @@ -82,9 +82,11 @@ Target = stem.util.enum.UppercaseEnum( # We make some paths relative to stem's base directory (the one above us) # rather than the process' cwd. This doesn't end with a slash. + STEM_BASE = os.path.sep.join(__file__.split(os.path.sep)[:-2]) -# mapping of files to the issues that should be ignored +# Mapping of files to the issues that should be ignored. + PYFLAKES_IGNORE = None
participants (1)
-
atagar@torproject.org