Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gaynor committed Apr 10, 2013
1 parent 93723f5 commit de8f9cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions topaz/objects/objectobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ def find_const(self, space, name):
raise space.error(space.w_TypeError,
"%s is not a class/module" % space.str_w(space.send(self, space.newsymbol("inspect")))
)

def find_local_const(self, space, name):
raise space.error(space.w_TypeError,
"%s is not a class/module" % space.str_w(space.send(self, space.newsymbol("inspect")))
)
find_included_const = find_local_const = find_const

@classdef.method("initialize")
def method_initialize(self):
Expand Down

0 comments on commit de8f9cf

Please sign in to comment.