##// END OF EJS Templates
exchange: fix pyflakes import complaint
Matt Mackall -
r20974:ef377f2e default
parent child Browse files
Show More
@@ -5,7 +5,6 b''
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
7
7
8 import sys
9 from i18n import _
8 from i18n import _
10 from node import hex, nullid
9 from node import hex, nullid
11 import cStringIO
10 import cStringIO
General Comments 0
You need to be logged in to leave comments. Login now