Show More
@@ -5,9 +5,12 | |||
|
5 | 5 | # This software may be used and distributed according to the terms of the |
|
6 | 6 | # GNU General Public License version 2 or any later version. |
|
7 | 7 | |
|
8 | from __future__ import absolute_import | |
|
9 | ||
|
8 | 10 | import getopt |
|
9 | import util | |
|
10 | from i18n import _ | |
|
11 | ||
|
12 | from .i18n import _ | |
|
13 | from . import util | |
|
11 | 14 | |
|
12 | 15 | def gnugetopt(args, options, longoptions): |
|
13 | 16 | """Parse options mostly like getopt.gnu_getopt. |
General Comments 0
You need to be logged in to leave comments.
Login now