pep8 compliance: W391 blank line at end of file

This commit is contained in:
David Sowder 2012-02-20 18:52:59 -06:00
parent fc3bf1a1ba
commit b2a3f7cfce

View File

@ -271,7 +271,3 @@ class Settings(object):
print "Setting", attr, val
return object.__setattr__(self, attr, val)