hgext/infinitepush/store.py
changeset 48875 6000f5b25c9b
parent 46113 59fa3890d40a
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 # This software may be used and distributed according to the terms of the
     1 # This software may be used and distributed according to the terms of the
     2 # GNU General Public License version 2 or any later version.
     2 # GNU General Public License version 2 or any later version.
     3 
     3 
     4 # based on bundleheads extension by Gregory Szorc <gps@mozilla.com>
     4 # based on bundleheads extension by Gregory Szorc <gps@mozilla.com>
     5 
     5 
     6 from __future__ import absolute_import
       
     7 
     6 
     8 import abc
     7 import abc
     9 import os
     8 import os
    10 import subprocess
     9 import subprocess
    11 
    10