summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-09-08 20:36:55 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-09-08 20:36:55 -0400
commit481ea803a7442e416769c07dbb3ac35b8d65fd7c (patch)
tree7c8c596744a3ae3a7f4f9f2199bd9a1cd4d447c9 /rpmbuild-remote.py
parent87299a7ac980594442e6dc18a80cb2d124efead1 (diff)
downloadrpmbuild-remote-481ea803a7442e416769c07dbb3ac35b8d65fd7c.tar.gz
rpmbuild-remote-481ea803a7442e416769c07dbb3ac35b8d65fd7c.tar.xz
rpmbuild-remote-481ea803a7442e416769c07dbb3ac35b8d65fd7c.zip
Use ConfigParser, not iniparse
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 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