Skip to content

Commit

Permalink
Removed revision, #83
Browse files Browse the repository at this point in the history
  • Loading branch information
bakwc committed Mar 30, 2020
1 parent 6e3e217 commit c607495
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 31 deletions.
3 changes: 0 additions & 3 deletions generate.sh

This file was deleted.

6 changes: 0 additions & 6 deletions hooks-init.sh

This file was deleted.

7 changes: 0 additions & 7 deletions hooks/post-commit

This file was deleted.

4 changes: 0 additions & 4 deletions hooks/post-commit-launcher

This file was deleted.

4 changes: 0 additions & 4 deletions hooks/pre-commit

This file was deleted.

4 changes: 0 additions & 4 deletions hooks/pre-commit-launcher

This file was deleted.

1 change: 0 additions & 1 deletion pysyncobj/revision.py

This file was deleted.

3 changes: 1 addition & 2 deletions pysyncobj/syncobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def iteritems(v):
from .config import SyncObjConf, FAIL_REASON
from .encryptor import HAS_CRYPTO, getEncryptor
from .version import VERSION
from .revision import REVISION
from .fast_queue import FastQueue
from .monotonic import monotonic as monotonicTime

Expand Down Expand Up @@ -634,7 +633,7 @@ def getStatus(self):

status = {}
status['version'] = VERSION
status['revision'] = REVISION
status['revision'] = 'deprecated'
status['self'] = self.__selfNode
status['state'] = self.__raftState
status['leader'] = self.__raftLeader
Expand Down

0 comments on commit c607495

Please sign in to comment.