Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Jun 1, 2014
1 parent 4f2026b commit a7bdd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trachet/trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
from iomode import IOMode


class MockController():
class MockController(object):
pass


class SwitchOnOffTrait():
class SwitchOnOffTrait(object):

"""
>>> controller = MockController
Expand Down

0 comments on commit a7bdd39

Please sign in to comment.