Fix "TabError: inconsistent use of tabs and spaces in indentation" with Python 3...
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Fri, 9 Oct 2009 17:15:43 +0000 (17:15 -0000)
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Fri, 9 Oct 2009 17:15:43 +0000 (17:15 -0000)
svn path=/main/trunk/; revision=14524

pym/_emerge/depgraph.py

index d015d9dc1865d2c59851434240c1d658baa714d3..82364ad28398a131fedaae9b356512fb0b58172c 100644 (file)
@@ -1572,7 +1572,7 @@ class depgraph(object):
 
                                # If a non-virtual package and one or more virtual packages
                                # are in expanded_atoms, use the non-virtual package.
-                               if len(expanded_atoms) > 1:
+                               if len(expanded_atoms) > 1:
                                        number_of_virtuals = 0
                                        for expanded_atom in expanded_atoms:
                                                if expanded_atom.cp.startswith("virtual/"):