diff -r 672acc730ce5 -r d628defebc17 sobjects/test/data/sobjects/__init__.py --- a/sobjects/test/data/sobjects/__init__.py Thu May 14 10:24:56 2009 +0200 +++ b/sobjects/test/data/sobjects/__init__.py Thu May 14 11:38:40 2009 +0200 @@ -2,5 +2,3 @@ class UserStatusChangeView(StatusChangeMixIn, NotificationView): accepts = ('CWUser',) - -