diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-08-27 18:30:10 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-08-27 18:30:10 +0000 |
commit | 8a85278ba38cb178f32737e0208352feb888dbaa (patch) | |
tree | 9ea0df09d53c98c9468feaef72e3de7a13f2283b | |
parent | bf01d6c02087c2b363617ce6ac208d09ea81de25 (diff) | |
download | portage-8a85278ba38cb178f32737e0208352feb888dbaa.tar.gz portage-8a85278ba38cb178f32737e0208352feb888dbaa.tar.bz2 portage-8a85278ba38cb178f32737e0208352feb888dbaa.zip |
Add a missing newline from the previous commit.
svn path=/main/trunk/; revision=4353
-rw-r--r-- | pym/portage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py index a3d137254..f37337782 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5674,7 +5674,7 @@ class dblink: self.settings.load_infodir(self.dbdir) if not pkgfiles: - writemsg_stdout("No package files given... Grabbing a set.") + writemsg_stdout("No package files given... Grabbing a set.\n") pkgfiles=self.getcontents() # Now, don't assume that the name of the ebuild is the same as the |