contrib/phab-clean.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
equal deleted inserted replaced
49364:e8ea403b1c46 49366:288de6f5d724
     1 #!/usr/bin/env python3
     1 #!/usr/bin/env python3
     2 #
     2 #
     3 # A small script to automatically reject idle Diffs
     3 # A small script to automatically reject idle Diffs
     4 #
     4 #
     5 # you need to set the PHABBOT_USER and PHABBOT_TOKEN environment variable for authentication
     5 # you need to set the PHABBOT_USER and PHABBOT_TOKEN environment variable for authentication
     6 from __future__ import absolute_import, print_function
       
     7 
     6 
     8 import datetime
     7 import datetime
     9 import os
     8 import os
    10 import sys
     9 import sys
    11 
    10