Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fladd committed Feb 10, 2018
1 parent 5ff43c7 commit 6ef1e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/expyriment_stimuli_extras/gaborpatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__date__ = ''


class GaborPatch:
class GaborPatch(object):
"""A class implementing a Gabor Patch."""

def __init__(self, position=None,
Expand Down

0 comments on commit 6ef1e3e

Please sign in to comment.