Skip to content

Commit

Permalink
Without this import there is a failure to use function.
Browse files Browse the repository at this point in the history
The strtobool() call fails saying that the module util does
not exist.
  • Loading branch information
hdost committed Feb 14, 2020
1 parent 438936e commit cda45ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biggraphite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.
"""Module to handle settings."""
import distutils
import distutils.util

from biggraphite import accessor_factory as bg_accessor_factory
from biggraphite import cache_factory as bg_cache_factory
Expand Down

0 comments on commit cda45ef

Please sign in to comment.