summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpmbuild-remote.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index 8e680af..f751242 100644
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -21,7 +21,6 @@ EXTENSIONS = (
)
def get_parser():
- """Return a commandline parser"""
parser = optparse.OptionParser(usage="%prog [options]... <files>...")
home = os.path.expanduser("~")
parser.set_conflict_handler("resolve")
@@ -151,7 +150,6 @@ def main():
LOG.error("Source file given without spec file.")
sys.exit(1)
jobs[-1].append(arg)
- # Read the preferences file
system = read_preferences(opts)
execute_jobs(opts, system, jobs)