From ec73b2ce245e26ef2ae70f173b72df79bdffda4a Mon Sep 17 00:00:00 2001 From: Thierry Lemeunier Date: Sat, 26 Nov 2016 10:59:56 +0100 Subject: [PATCH] Update file list to take into account in the fingerprint --- mnemopwd/__init__.py | 4 ++-- mnemopwd/common/util/MnemopwdFingerPrint.py | 4 ++-- mnemopwd/common/util/fingerprint | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mnemopwd/__init__.py b/mnemopwd/__init__.py index ca94c22..ab1eac3 100644 --- a/mnemopwd/__init__.py +++ b/mnemopwd/__init__.py @@ -26,5 +26,5 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. __author__ = "Thierry Lemeunier " -__date__ = "$16 octobre 2016 11:28:00$" -__version__ = "1.0.0rc1" +__date__ = "$26 novembre 2016 10:54:00$" +__version__ = "1.0.0rc2" diff --git a/mnemopwd/common/util/MnemopwdFingerPrint.py b/mnemopwd/common/util/MnemopwdFingerPrint.py index 4fb9d19..39a7d95 100755 --- a/mnemopwd/common/util/MnemopwdFingerPrint.py +++ b/mnemopwd/common/util/MnemopwdFingerPrint.py @@ -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): diff --git a/mnemopwd/common/util/fingerprint b/mnemopwd/common/util/fingerprint index 91072cd..e5d044c 100644 --- a/mnemopwd/common/util/fingerprint +++ b/mnemopwd/common/util/fingerprint @@ -1 +1 @@ -aa0c2a1e938f19042174963baf6fd1961e4a1d52c59229419dc845b48c2307f3 \ No newline at end of file +93742585b02bcdc321d5575e31aec1f86fb116ce812c2db0b12704abc5481939 \ No newline at end of file