File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 3333 limitations under the License.
3434"""
3535
36- # Module version
37- __version_info__ = (0 , 1 , 1 )
38- __version__ = "." .join (str (x ) for x in __version_info__ )
39-
40- # Documentation strings format
41- __docformat__ = "restructuredtext en"
42-
43- # ------------------------------------------------------------------------------
44-
4536# Standard library
4637import logging
4738import os
5748
5849# ------------------------------------------------------------------------------
5950
51+ # Module version
52+ __version_info__ = (0 , 1 , 1 )
53+ __version__ = "." .join (str (x ) for x in __version_info__ )
54+
55+ # Documentation strings format
56+ __docformat__ = "restructuredtext en"
57+
58+ # ------------------------------------------------------------------------------
59+
6060# Setup the logger
6161_log = logging .getLogger (__name__ )
6262
You can’t perform that action at this time.
0 commit comments