From: Zac Medico Date: Wed, 25 Jun 2008 22:39:42 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_rc2~328 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=acf72358d4a7fef221683eececc1f89395d4d739;p=portage.git Fix typo. svn path=/main/trunk/; revision=10793 --- diff --git a/pym/portage/cache/mappings.py b/pym/portage/cache/mappings.py index e971177a4..118592597 100644 --- a/pym/portage/cache/mappings.py +++ b/pym/portage/cache/mappings.py @@ -221,7 +221,7 @@ def slot_dict_class(keys): for k in self._keys: try: delattr(self, "_val_" + k) - except AttributError: + except AttributeError: pass v = SlotDict