const.py added docstring
Remove pylint warning about C0114: Missing module docstring (missing-module-docstring)
This commit is contained in:
parent
3be65bf5dd
commit
9f34b14f72
@ -1,8 +1,9 @@
|
||||
# Copyright (C) 2013-2014 Eygene A. Ryabinkin and contributors
|
||||
#
|
||||
# Collection of classes that implement const-like behaviour
|
||||
# for various objects.
|
||||
"""
|
||||
Copyright (C) 2013-2014 Eygene A. Ryabinkin and contributors
|
||||
|
||||
Collection of classes that implement const-like behaviour
|
||||
for various objects.
|
||||
"""
|
||||
import copy
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user