Skip to content

Commit 02666aa

Browse files
author
smcq
committed
whitespace
1 parent 37900cb commit 02666aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prototype/prototype.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def _decorate(self, cls):
1818
old_getattr = cls.__getattr__ if '__getattr__' in cls.__dict__ else None
1919
delegate_bind = self._delegate #for speed
2020
def __getattr__(self, name):
21-
2221
if old_getattr:
2322
try:
2423
print "using old getattr"

0 commit comments

Comments
 (0)