[PATCH] D46192: Script to match open Phabricator reviews with potential reviewers

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 7 07:17:21 PDT 2018


lebedev.ri added inline comments.


================
Comment at: utils/Reviewing/find_interesting_reviews.py:1
+from phabricator import Phabricator
+import pickle
----------------
Can `#!/usr/bin/env python` be prepended as the first line?


================
Comment at: utils/Reviewing/find_interesting_reviews.py:1
+from phabricator import Phabricator
+import pickle
----------------
lebedev.ri wrote:
> Can `#!/usr/bin/env python` be prepended as the first line?
Also, the standard licensing blurb at the top is missing.


https://reviews.llvm.org/D46192





More information about the llvm-commits mailing list