From 481ea803a7442e416769c07dbb3ac35b8d65fd7c Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 8 Sep 2009 20:36:55 -0400 Subject: Use ConfigParser, not iniparse --- rpmbuild-remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpmbuild-remote.py') diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py index 1381d16..5167601 100644 --- a/rpmbuild-remote.py +++ b/rpmbuild-remote.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -from iniparse import INIConfig +import ConfigParser import logging import paramiko import optparse -- cgit