distro_utils.py added docstring
Remove pylint warning about C0114: Missing module docstring (missing-module-docstring)
This commit is contained in:
parent
9f34b14f72
commit
4e31762ec6
@ -1,7 +1,8 @@
|
||||
# Copyright 2006-2018 Eygene A. Ryabinkin & contributors.
|
||||
#
|
||||
# Module that supports distribution-specific functions.
|
||||
"""
|
||||
Copyright 2006-2018 Eygene A. Ryabinkin & contributors.
|
||||
|
||||
Module that supports distribution-specific functions.
|
||||
"""
|
||||
import platform
|
||||
import os
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user