summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhishek Mukherjee <linkinpark342@gmail.com>2009-02-08 01:47:56 -0500
committerAbhishek Mukherjee <linkinpark342@gmail.com>2009-02-08 01:47:56 -0500
commita221cc3989c4dcb6e75ad61aa1f4b9b385610fec (patch)
treed0e2766a1439984d058936c3a24af0e52ed132d1
parent4d3c07df9cfcb59e1c6f8b4f6a510431cf62398d (diff)
downloadrpmbuild-remote-a221cc3989c4dcb6e75ad61aa1f4b9b385610fec.tar.gz
rpmbuild-remote-a221cc3989c4dcb6e75ad61aa1f4b9b385610fec.tar.xz
rpmbuild-remote-a221cc3989c4dcb6e75ad61aa1f4b9b385610fec.zip
Readded iniparse... Need to download file so i stop doing that
-rw-r--r--rpmbuild-remote.py2
1 files changed, 1 insertions, 1 deletions
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