Skip to content

Commit

Permalink
Removed the core comparison.
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroyuki committed Jan 3, 2018
1 parent 1b5bd50 commit dac8ded
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
3 changes: 0 additions & 3 deletions imagination/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,3 @@ def _declare_initial_method_calls(self):
continue

metadata.initial_calls.extend(self.__initial_calls[metadata.id])

def __eq__(self, other):
return self.guid == other.guid
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'imagination',
version = '2.8.0',
version = '2.8.1',
description = 'Reusable Component Framework',
author = 'Juti Noppornpitak',
author_email = 'juti_n@yahoo.co.jp',
Expand Down
17 changes: 0 additions & 17 deletions test/v2/test_core_guid.py

This file was deleted.

0 comments on commit dac8ded

Please sign in to comment.