From: Zac Medico Date: Wed, 28 Mar 2007 20:01:52 +0000 (-0000) Subject: spaces -> tabs X-Git-Tag: v2.2_pre1~1522 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01ff65a7e2883af31fdd7b9dd469ceac279c16fd;p=portage.git spaces -> tabs svn path=/main/trunk/; revision=6318 --- diff --git a/pym/portage/env/loaders.py b/pym/portage/env/loaders.py index a789b3fa8..33a8c3d4f 100644 --- a/pym/portage/env/loaders.py +++ b/pym/portage/env/loaders.py @@ -146,7 +146,7 @@ class KeyValuePairFileLoader(DataLoader): data = {} errors = {} line_count = 0 - for file in RecursiveFileLoader(self.fname): + for file in RecursiveFileLoader(self.fname): f = open(file, 'rb') for line in f: line_count = line_count + 1 # Increment line count