libnm: remove nm_utils_init() from the public API

Remove nm_utils_init() from the public API, and just do it as a
constructor instead.
This commit is contained in:
Dan Winship
2014-12-01 14:43:01 -05:00
parent bddc0de51e
commit 3b86cc047e
11 changed files with 15 additions and 71 deletions

View File

@@ -159,8 +159,6 @@ args = parser.parse_args()
if args.gir is None or args.output is None:
usage()
NM.utils_init()
girxml = ET.parse(args.gir).getroot()
outfile = open(args.output, mode='w')