mercurial/extensions.py
changeset 6212 e75aab656f46
parent 6204 f8a86ea7521b
child 7011 7da76778dbd7
equal deleted inserted replaced
6211:f89fd07fc51d 6212:e75aab656f46
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 import imp, os
     8 import imp, os
     9 import util, sys
     9 import util
    10 from i18n import _
    10 from i18n import _
    11 
    11 
    12 _extensions = {}
    12 _extensions = {}
    13 _order = []
    13 _order = []
    14 
    14