From 8d607e11dbd0df3895792d528633ab97a1636efd Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 8 Sep 2009 22:13:44 -0400 Subject: Remove unnecessary comments --- rpmbuild-remote.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'rpmbuild-remote.py') 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]... ...") 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) -- cgit