From a221cc3989c4dcb6e75ad61aa1f4b9b385610fec Mon Sep 17 00:00:00 2001 From: Abhishek Mukherjee Date: Sun, 8 Feb 2009 01:47:56 -0500 Subject: Readded iniparse... Need to download file so i stop doing that --- rpmbuild-remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py index 5f09631..9b887f3 100644 --- a/rpmbuild-remote.py +++ b/rpmbuild-remote.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -#from iniparse import INIConfig +from iniparse import INIConfig import logging import paramiko import optparse -- cgit