Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update file list to take into account in the fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
thethythy committed Nov 26, 2016
1 parent 5e2f560 commit ec73b2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mnemopwd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__author__ = "Thierry Lemeunier <thierry at lemeunier dot net>"
__date__ = "$16 octobre 2016 11:28:00$"
__version__ = "1.0.0rc1"
__date__ = "$26 novembre 2016 10:54:00$"
__version__ = "1.0.0rc2"
4 changes: 2 additions & 2 deletions mnemopwd/common/util/MnemopwdFingerPrint.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
class MnemopwdFingerPrint:
"""Mechanism to control code has not been modified"""

path_list = ['serverctl.py', 'clientctl.py', 'common', 'pyelliptic',
'client', 'server']
path_list = ['serverctl.py', 'clientctl.py', '__init__.py', 'common',
'pyelliptic', 'client', 'server']
module_list = []

def create_module_list(self, prefix=None):
Expand Down
2 changes: 1 addition & 1 deletion mnemopwd/common/util/fingerprint
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aa0c2a1e938f19042174963baf6fd1961e4a1d52c59229419dc845b48c2307f3
93742585b02bcdc321d5575e31aec1f86fb116ce812c2db0b12704abc5481939

0 comments on commit ec73b2c

Please sign in to comment.