summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-09-08 22:13:44 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-09-08 22:13:44 -0400
commit8d607e11dbd0df3895792d528633ab97a1636efd (patch)
tree59e15a710566ea7130fb3f52e9595cdfc059eb47
parent4ed262019322a56a109d045970f7433e713591d6 (diff)
downloadrpmbuild-remote-8d607e11dbd0df3895792d528633ab97a1636efd.tar.gz
rpmbuild-remote-8d607e11dbd0df3895792d528633ab97a1636efd.tar.xz
rpmbuild-remote-8d607e11dbd0df3895792d528633ab97a1636efd.zip
Remove unnecessary comments
-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)