Style nitpicks.

This commit is contained in:
Marco Pesenti Gritti 2008-05-27 21:09:16 +02:00
parent 56ad8d8231
commit 73dc65b259

View File

@ -1,4 +1,4 @@
# Copyright (C) 2006-2007 Red Hat, Inc.
# Copyright (C) 2008 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@ -145,8 +145,6 @@ class SourcePackager(Packager):
ignore_files=['.gitignore'])
def package(self):
tar = tarfile.open(self.package_path, "w")
for f in self.get_files():
tar.add(os.path.join(self.config.source_dir, f),