Skip to content

Commit

Permalink
Renamed to avoid name clashes
Browse files Browse the repository at this point in the history
  • Loading branch information
chiradeep committed Dec 15, 2016
1 parent 117f84b commit ed3e8a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_mutex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit ed3e8a4

Please sign in to comment.