##// END OF EJS Templates
fancyopts: use absolute_import
Gregory Szorc -
r25947:6002e2d9 default
parent child Browse files
Show More
@@ -5,9 +5,12 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 from __future__ import absolute_import
9
8 import getopt
10 import getopt
9 import util
11
10 from i18n import _
12 from .i18n import _
13 from . import util
11
14
12 def gnugetopt(args, options, longoptions):
15 def gnugetopt(args, options, longoptions):
13 """Parse options mostly like getopt.gnu_getopt.
16 """Parse options mostly like getopt.gnu_getopt.
General Comments 0
You need to be logged in to leave comments. Login now