From ed3e8a42705d7a216169c4d1149dc039dd6fb98a Mon Sep 17 00:00:00 2001 From: Chiradeep Vittal Date: Wed, 14 Dec 2016 23:47:15 -0800 Subject: [PATCH] Renamed to avoid name clashes --- dyndbmutex/{mutex.py => dyndbmutex.py} | 0 test/test_mutex.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dyndbmutex/{mutex.py => dyndbmutex.py} (100%) diff --git a/dyndbmutex/mutex.py b/dyndbmutex/dyndbmutex.py similarity index 100% rename from dyndbmutex/mutex.py rename to dyndbmutex/dyndbmutex.py diff --git a/test/test_mutex.py b/test/test_mutex.py index bab8b13..0acd5a3 100644 --- a/test/test_mutex.py +++ b/test/test_mutex.py @@ -5,7 +5,7 @@ import sys from os import path sys.path.append(path.dirname(path.dirname(path.abspath(__file__)))) -from dyndbmutex.mutex import DynamoDbMutex, AcquireLockFailedError +from dyndbmutex.dyndbmutex import DynamoDbMutex, AcquireLockFailedError def random_name():