harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
248 stars 45 forks source link

Remove dependency on oslo.utils (replace with small util code) #2

Closed harlowja closed 9 years ago

harlowja commented 9 years ago

Since this is meant to be a leaf dependency for openstack it should not depend on any other openstack packages, so to make this happen just have a really tiny _utils.py code module that contains the needed functionality used from oslo.utils (at a later date we may be able to better handle this).