summaryrefslogtreecommitdiff
path: root/test/lib/pickleable.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-01-02 14:23:42 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-01-02 14:23:42 -0500
commit350aed3fdb9f1e73e69655e53f44ca6a91c196da (patch)
tree3d2a128667b5f6ca6d0b4e1f4865fc98aac6b60b /test/lib/pickleable.py
parent71f92436bdc86f30e2c21d8f5244733601e8c39e (diff)
downloadsqlalchemy-350aed3fdb9f1e73e69655e53f44ca6a91c196da.tar.gz
- whitespace removal bonanza
Diffstat (limited to 'test/lib/pickleable.py')
-rw-r--r--test/lib/pickleable.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/pickleable.py b/test/lib/pickleable.py
index 9794e424d..acc07ceba 100644
--- a/test/lib/pickleable.py
+++ b/test/lib/pickleable.py
@@ -33,11 +33,11 @@ class OldSchool:
def __eq__(self, other):
return other.__class__ is self.__class__ and other.x==self.x and other.y==self.y
-class OldSchoolWithoutCompare:
+class OldSchoolWithoutCompare:
def __init__(self, x, y):
self.x = x
self.y = y
-
+
class BarWithoutCompare(object):
def __init__(self, x, y):
self.x = x