##// END OF EJS Templates
extensions: remove unused imports
Brodie Rao -
r9015:ef440eab default
parent child Browse files
Show More
@@ -2,7 +2,6 b''
2 #
2 #
3 # Copyright(C) 2007 Daniel Holth et al
3 # Copyright(C) 2007 Daniel Holth et al
4
4
5 import locale
6 import os
5 import os
7 import re
6 import re
8 import sys
7 import sys
@@ -5,7 +5,6 b''
5
5
6 '''share a common history between several working directories'''
6 '''share a common history between several working directories'''
7
7
8 import os
9 from mercurial.i18n import _
8 from mercurial.i18n import _
10 from mercurial import hg, commands
9 from mercurial import hg, commands
11
10
General Comments 0
You need to be logged in to leave comments. Login now