From 34a2a2128af5994c74222efa08a95d651f2a5fee Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 12 Jan 2007 11:49:36 +0000 Subject: Fix more typos. svn path=/main/trunk/; revision=5608 --- pym/portage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 9ce0347e1..55e847887 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -822,7 +822,7 @@ def ExtractKernelVersion(base_dir): # Check the .config for a CONFIG_LOCALVERSION and append that too, also stripping whitespace kernelconfig = getconfig(base_dir+"/.config") if kernelconfig and kernelconfig.has_key("CONFIG_LOCALVERSION"): - version += " ".join(kernelconfig["CONFIG_LOCALVERSION"].split()) + version += "".join(kernelconfig["CONFIG_LOCALVERSION"].split()) return (version,None) @@ -5568,7 +5568,7 @@ class portdbapi(dbapi): mydig = self.findname2(mycpv)[0] if not mydig: return "" - mydigs = mydic.split("/")[:-1] + mydigs = mydig.split("/")[:-1] mydig = "/".join(mydigs) mysplit = mycpv.split("/") except OSError: -- cgit v1.2.3-1-g7c22