summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
authorAbhishek Mukherjee <linkinpark342@gmail.com>2009-02-08 01:25:46 -0500
committerAbhishek Mukherjee <linkinpark342@gmail.com>2009-02-08 01:25:46 -0500
commit9b0ebb9109e1082bc34ab6ffd84deadd53106c25 (patch)
tree47501bd54f75cadbe30af1015f88a41ed6bc9352 /rpmbuild-remote.py
parentc2a53f42233050c3258e9995202458f7c7978aa8 (diff)
downloadrpmbuild-remote-9b0ebb9109e1082bc34ab6ffd84deadd53106c25.tar.gz
rpmbuild-remote-9b0ebb9109e1082bc34ab6ffd84deadd53106c25.tar.xz
rpmbuild-remote-9b0ebb9109e1082bc34ab6ffd84deadd53106c25.zip
Reenable iniparse, mistake to disable
Diffstat (limited to 'rpmbuild-remote.py')
-rw-r--r--rpmbuild-remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index ed3e679..a01f617 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