Skip to content

Commit

Permalink
container: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Sep 3, 2014
1 parent b8d0aa4 commit 826c6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BitPacket/Container.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# @author Aleix Conchillo Flaque <aconchillo@gmail.com>
# @date Fri Dec 11, 2009 11:57
#
# Copyright (C) 2009, 2010, 2011, 2012 Aleix Conchillo Flaque
# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Aleix Conchillo Flaque
#
# This file is part of BitPacket.
#
Expand Down Expand Up @@ -174,7 +174,7 @@ def __getitem__(self, name):
return field[names[1]]
except KeyError:
raise KeyError("Field '%s' does not exist in '%s'" \
% (name, self.name()))
% (name, self.name()))

def __setitem__(self, name, value):
'''
Expand Down

0 comments on commit 826c6f0

Please sign in to comment.